Html Css Color HEX #A64F74 Royal Heath

📋 copy color: '#A64F74'

red 166 ◦ green 79 ◦ blue 116

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

Shades of Royal Heath #A64F74

Tints of Royal Heath #A64F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 45.98%
G = 21.88%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64F74 (or 0xA64F74) is known color: Royal Heath. HEX triplet: A6, 4F and 74. RGB value is (166,79,116). Sum of RGB (Red+Green+Blue) = 166+79+116=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F74 is #59B08B. Grayscale: #6D6D6D. Windows color (decimal): -5877900 or 7622566. OLE color: 7622566.

HSL color Cylindrical-coordinate representation of color #A64F74: hue angle of 334.48º 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 #A64F74 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 116 -
CMYK 0 0.52 0.30 0.35
HSL 334.48º 0.36% 0.48% -
HSV(B) 334.48º 0.52% 0.65% -
XYZ 21.67 14.96 18.27 -
YUV 109.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 166 79 116 0 0.52 0.30 0.35 334.48 0.36 0.48
Hex A6 4F 74 0 34 1E 23 14E 24 30
Octal 246 117 164 0 64 36 43 516 44 60
Binary 10100110 1001111 1110100 0 110100 11110 100011 101001110 100100 110000

Color Harmonies of #A64F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F74

Black with #A64F74

Text Example


Text Example

White with #A64F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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