Html Css Color HEX #A65478 Royal Heath

📋 copy color: '#A65478'

red 166 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #A65478

Tints of Royal Heath #A65478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 44.86%
G = 22.7%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A65478 (or 0xA65478) is known color: Royal Heath. HEX triplet: A6, 54 and 78. RGB value is (166,84,120). Sum of RGB (Red+Green+Blue) = 166+84+120=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65478 is #59AB87. Grayscale: #707070. Windows color (decimal): -5876616 or 7885990. OLE color: 7885990.

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

Color convert

RGB 166 84 120 -
CMYK 0 0.49 0.28 0.35
HSL 333.66º 0.33% 0.49% -
HSV(B) 333.66º 0.49% 0.65% -
XYZ 22.29 15.8 19.65 -
YUV 112.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 166 84 120 0 0.49 0.28 0.35 333.66 0.33 0.49
Hex A6 54 78 0 31 1C 23 14E 21 31
Octal 246 124 170 0 61 34 43 516 41 61
Binary 10100110 1010100 1111000 0 110001 11100 100011 101001110 100001 110001

Color Harmonies of #A65478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65478

Black with #A65478

Text Example


Text Example

White with #A65478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65478; }

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

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

background-color css

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

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

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

border-color css

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

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

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