Html Css Color HEX #A05077 Royal Heath

📋 copy color: '#A05077'

red 160 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #A05077

Tints of Royal Heath #A05077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 44.57%
G = 22.28%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A05077 (or 0xA05077) is known color: Royal Heath. HEX triplet: A0, 50 and 77. RGB value is (160,80,119). Sum of RGB (Red+Green+Blue) = 160+80+119=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A05077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05077 is #5FAF88. Grayscale: #6C6C6C. Windows color (decimal): -6270857 or 7819424. OLE color: 7819424.

HSL color Cylindrical-coordinate representation of color #A05077: hue angle of 330.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05077 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 119 -
CMYK 0 0.5 0.26 0.37
HSL 330.75º 0.33% 0.47% -
HSV(B) 330.75º 0.5% 0.63% -
XYZ 20.7 14.54 19.17 -
YUV 108.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 160 80 119 0 0.5 0.26 0.37 330.75 0.33 0.47
Hex A0 50 77 0 32 1A 25 14B 21 2F
Octal 240 120 167 0 62 32 45 513 41 57
Binary 10100000 1010000 1110111 0 110010 11010 100101 101001011 100001 101111

Color Harmonies of #A05077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05077

Black with #A05077

Text Example


Text Example

White with #A05077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05077; }

 p { color: rgb(160,80,119); }

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

background-color css

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

 a { background-color: rgb(160,80,119); }

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

border-color css

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

 span { border-color: rgb(160,80,119); }

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