Html Css Color HEX #A05476 Royal Heath

📋 copy color: '#A05476'

red 160 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #A05476

Tints of Royal Heath #A05476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 44.2%
G = 23.2%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A05476 (or 0xA05476) is known color: Royal Heath. HEX triplet: A0, 54 and 76. RGB value is (160,84,118). Sum of RGB (Red+Green+Blue) = 160+84+118=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A05476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05476 is #5FAB89. Grayscale: #6E6E6E. Windows color (decimal): -6269834 or 7754912. OLE color: 7754912.

HSL color Cylindrical-coordinate representation of color #A05476: hue angle of 333.16º 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 #A05476 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 118 -
CMYK 0 0.48 0.26 0.37
HSL 333.16º 0.31% 0.48% -
HSV(B) 333.16º 0.48% 0.63% -
XYZ 20.94 15.12 18.95 -
YUV 110.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 160 84 118 0 0.48 0.26 0.37 333.16 0.31 0.48
Hex A0 54 76 0 30 1A 25 14D 1F 30
Octal 240 124 166 0 60 32 45 515 37 60
Binary 10100000 1010100 1110110 0 110000 11010 100101 101001101 11111 110000

Color Harmonies of #A05476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05476

Black with #A05476

Text Example


Text Example

White with #A05476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05476; }

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

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

background-color css

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

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

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

border-color css

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

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

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