Html Css Color HEX #A64578 Royal Heath

📋 copy color: '#A64578'

red 166 ◦ green 69 ◦ blue 120

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

Shades of Royal Heath #A64578

Tints of Royal Heath #A64578

RGB

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

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

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

R = 46.76%
G = 19.44%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64578 (or 0xA64578) is known color: Royal Heath. HEX triplet: A6, 45 and 78. RGB value is (166,69,120). Sum of RGB (Red+Green+Blue) = 166+69+120=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A64578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64578 is #59BA87. Grayscale: #676767. Windows color (decimal): -5880456 or 7882150. OLE color: 7882150.

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

Color convert

RGB 166 69 120 -
CMYK 0 0.58 0.28 0.35
HSL 328.45º 0.41% 0.46% -
HSV(B) 328.45º 0.58% 0.65% -
XYZ 21.24 13.72 19.3 -
YUV 103.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 166 69 120 0 0.58 0.28 0.35 328.45 0.41 0.46
Hex A6 45 78 0 3A 1C 23 148 29 2E
Octal 246 105 170 0 72 34 43 510 51 56
Binary 10100110 1000101 1111000 0 111010 11100 100011 101001000 101001 101110

Color Harmonies of #A64578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64578

Black with #A64578

Text Example


Text Example

White with #A64578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64578; }

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

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

background-color css

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

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

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

border-color css

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

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

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