Html Css Color HEX #A64A70 Royal Heath

📋 copy color: '#A64A70'

red 166 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #A64A70

Tints of Royal Heath #A64A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 47.16%
G = 21.02%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A64A70 (or 0xA64A70) is known color: Royal Heath. HEX triplet: A6, 4A and 70. RGB value is (166,74,112). Sum of RGB (Red+Green+Blue) = 166+74+112=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64A70 is #59B58F. Grayscale: #696969. Windows color (decimal): -5879184 or 7359142. OLE color: 7359142.

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

Color convert

RGB 166 74 112 -
CMYK 0 0.55 0.33 0.35
HSL 335.22º 0.38% 0.47% -
HSV(B) 335.22º 0.55% 0.65% -
XYZ 21.1 14.17 16.95 -
YUV 105.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 166 74 112 0 0.55 0.33 0.35 335.22 0.38 0.47
Hex A6 4A 70 0 37 21 23 14F 26 2F
Octal 246 112 160 0 67 41 43 517 46 57
Binary 10100110 1001010 1110000 0 110111 100001 100011 101001111 100110 101111

Color Harmonies of #A64A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A70

Black with #A64A70

Text Example


Text Example

White with #A64A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A70; }

 p { color: rgb(166,74,112); }

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

background-color css

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

 a { background-color: rgb(166,74,112); }

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

border-color css

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

 span { border-color: rgb(166,74,112); }

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