Html Css Color HEX #A64F78 Royal Heath

📋 copy color: '#A64F78'

red 166 ◦ green 79 ◦ blue 120

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

Shades of Royal Heath #A64F78

Tints of Royal Heath #A64F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 45.48%
G = 21.64%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64F78 (or 0xA64F78) is known color: Royal Heath. HEX triplet: A6, 4F and 78. RGB value is (166,79,120). Sum of RGB (Red+Green+Blue) = 166+79+120=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F78 is #59B087. Grayscale: #6D6D6D. Windows color (decimal): -5877896 or 7884710. OLE color: 7884710.

HSL color Cylindrical-coordinate representation of color #A64F78: hue angle of 331.72º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F78 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 120 -
CMYK 0 0.52 0.28 0.35
HSL 331.72º 0.36% 0.48% -
HSV(B) 331.72º 0.52% 0.65% -
XYZ 21.91 15.06 19.52 -
YUV 109.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 166 79 120 0 0.52 0.28 0.35 331.72 0.36 0.48
Hex A6 4F 78 0 34 1C 23 14C 24 30
Octal 246 117 170 0 64 34 43 514 44 60
Binary 10100110 1001111 1111000 0 110100 11100 100011 101001100 100100 110000

Color Harmonies of #A64F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F78

Black with #A64F78

Text Example


Text Example

White with #A64F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F78; }

 p { color: rgb(166,79,120); }

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

background-color css

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

 a { background-color: rgb(166,79,120); }

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

border-color css

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

 span { border-color: rgb(166,79,120); }

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