Html Css Color HEX #A05279 Royal Heath

📋 copy color: '#A05279'

red 160 ◦ green 82 ◦ blue 121

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

Shades of Royal Heath #A05279

Tints of Royal Heath #A05279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 44.08%
G = 22.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A05279 (or 0xA05279) is known color: Royal Heath. HEX triplet: A0, 52 and 79. RGB value is (160,82,121). Sum of RGB (Red+Green+Blue) = 160+82+121=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05279 is #5FAD86. Grayscale: #6D6D6D. Windows color (decimal): -6270343 or 7951008. OLE color: 7951008.

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

Color convert

RGB 160 82 121 -
CMYK 0 0.49 0.24 0.37
HSL 330º 0.32% 0.47% -
HSV(B) 330º 0.49% 0.63% -
XYZ 20.97 14.89 19.86 -
YUV 109.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 160 82 121 0 0.49 0.24 0.37 330 0.32 0.47
Hex A0 52 79 0 31 18 25 14A 20 2F
Octal 240 122 171 0 61 30 45 512 40 57
Binary 10100000 1010010 1111001 0 110001 11000 100101 101001010 100000 101111

Color Harmonies of #A05279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05279

Black with #A05279

Text Example


Text Example

White with #A05279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05279; }

 p { color: rgb(160,82,121); }

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

background-color css

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

 a { background-color: rgb(160,82,121); }

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

border-color css

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

 span { border-color: rgb(160,82,121); }

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