Html Css Color HEX #A05478 Royal Heath

📋 copy color: '#A05478'

red 160 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #A05478

Tints of Royal Heath #A05478

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 23.08%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A05478 (or 0xA05478) is known color: Royal Heath. HEX triplet: A0, 54 and 78. RGB value is (160,84,120). Sum of RGB (Red+Green+Blue) = 160+84+120=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05478 is #5FAB87. Grayscale: #6E6E6E. Windows color (decimal): -6269832 or 7885984. OLE color: 7885984.

HSL color Cylindrical-coordinate representation of color #A05478: hue angle of 331.58º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05478 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 120 -
CMYK 0 0.48 0.25 0.37
HSL 331.58º 0.31% 0.48% -
HSV(B) 331.58º 0.48% 0.63% -
XYZ 21.06 15.17 19.59 -
YUV 110.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 160 84 120 0 0.48 0.25 0.37 331.58 0.31 0.48
Hex A0 54 78 0 30 19 25 14C 1F 30
Octal 240 124 170 0 60 31 45 514 37 60
Binary 10100000 1010100 1111000 0 110000 11001 100101 101001100 11111 110000

Color Harmonies of #A05478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05478

Black with #A05478

Text Example


Text Example

White with #A05478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05478; }

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

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

background-color css

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

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

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

border-color css

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

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

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