Html Css Color HEX #A64574 Royal Heath

📋 copy color: '#A64574'

red 166 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #A64574

Tints of Royal Heath #A64574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 47.29%
G = 19.66%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64574 (or 0xA64574) is known color: Royal Heath. HEX triplet: A6, 45 and 74. RGB value is (166,69,116). Sum of RGB (Red+Green+Blue) = 166+69+116=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A64574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64574 is #59BA8B. Grayscale: #676767. Windows color (decimal): -5880460 or 7620006. OLE color: 7620006.

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

Color convert

RGB 166 69 116 -
CMYK 0 0.58 0.30 0.35
HSL 330.93º 0.41% 0.46% -
HSV(B) 330.93º 0.58% 0.65% -
XYZ 21.01 13.62 18.05 -
YUV 103.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 166 69 116 0 0.58 0.30 0.35 330.93 0.41 0.46
Hex A6 45 74 0 3A 1E 23 14B 29 2E
Octal 246 105 164 0 72 36 43 513 51 56
Binary 10100110 1000101 1110100 0 111010 11110 100011 101001011 101001 101110

Color Harmonies of #A64574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64574

Black with #A64574

Text Example


Text Example

White with #A64574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64574; }

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

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

background-color css

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

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

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

border-color css

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

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

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