Html Css Color HEX #A8496F Royal Heath

📋 copy color: '#A8496F'

red 168 ◦ green 73 ◦ blue 111

#A8496F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A8496F

Tints of Royal Heath #A8496F

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 47.73%
G = 20.74%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A8496F (or 0xA8496F) is known color: Royal Heath. HEX triplet: A8, 49 and 6F. RGB value is (168,73,111). Sum of RGB (Red+Green+Blue) = 168+73+111=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8496F is #57B690. Grayscale: #696969. Windows color (decimal): -5748369 or 7293352. OLE color: 7293352.

HSL color Cylindrical-coordinate representation of color #A8496F: hue angle of 336º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8496F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 111 -
CMYK 0 0.57 0.34 0.34
HSL 336º 0.39% 0.47% -
HSV(B) 336º 0.57% 0.66% -
XYZ 21.4 14.24 16.66 -
YUV 105.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 168 73 111 0 0.57 0.34 0.34 336 0.39 0.47
Hex A8 49 6F 0 39 22 22 150 27 2F
Octal 250 111 157 0 71 42 42 520 47 57
Binary 10101000 1001001 1101111 0 111001 100010 100010 101010000 100111 101111

Color Harmonies of #A8496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8496F

Black with #A8496F

Text Example


Text Example

White with #A8496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8496F; }

 p { color: rgb(168,73,111); }

 H1.HeaderClassName
 {
   color: #A8496F;
 }
 .AnyTagClassName
 {
   color: #A8496F;
 }
</style>

background-color css

<style>
 a { background-color: #A8496F; }

 a { background-color: rgb(168,73,111); }

 div.DivClassName
 {
   background-color: #A8496F;
 }
 .BgClassName
 {
   background-color: #A8496F;
 }
</style>

border-color css

<style>
 span { border-color: #A8496F; }

 span { border-color: rgb(168,73,111); }

 td.TdClassName
 {
   border-color: #A8496F;
 }
 .TagClassName
 {
   border-color: #A8496F;
 }
</style>