Html Css Color HEX #A64975 Royal Heath

📋 copy color: '#A64975'

red 166 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #A64975

Tints of Royal Heath #A64975

RGB

 RED value IS 166 (65.23% from 255) = 46.63%

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 46.63%
G = 20.51%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64975 (or 0xA64975) is known color: Royal Heath. HEX triplet: A6, 49 and 75. RGB value is (166,73,117). Sum of RGB (Red+Green+Blue) = 166+73+117=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A64975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64975 is #59B68A. Grayscale: #696969. Windows color (decimal): -5879435 or 7686566. OLE color: 7686566.

HSL color Cylindrical-coordinate representation of color #A64975: hue angle of 331.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64975 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 117 -
CMYK 0 0.56 0.30 0.35
HSL 331.61º 0.39% 0.47% -
HSV(B) 331.61º 0.56% 0.65% -
XYZ 21.32 14.16 18.44 -
YUV 105.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 166 73 117 0 0.56 0.30 0.35 331.61 0.39 0.47
Hex A6 49 75 0 38 1E 23 14C 27 2F
Octal 246 111 165 0 70 36 43 514 47 57
Binary 10100110 1001001 1110101 0 111000 11110 100011 101001100 100111 101111

Color Harmonies of #A64975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64975

Black with #A64975

Text Example


Text Example

White with #A64975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64975; }

 p { color: rgb(166,73,117); }

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

background-color css

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

 a { background-color: rgb(166,73,117); }

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

border-color css

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

 span { border-color: rgb(166,73,117); }

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