Html Css Color HEX #A05276 Royal Heath

📋 copy color: '#A05276'

red 160 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #A05276

Tints of Royal Heath #A05276

RGB

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

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

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

R = 44.44%
G = 22.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A05276 (or 0xA05276) is known color: Royal Heath. HEX triplet: A0, 52 and 76. RGB value is (160,82,118). Sum of RGB (Red+Green+Blue) = 160+82+118=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05276 is #5FAD89. Grayscale: #6D6D6D. Windows color (decimal): -6270346 or 7754400. OLE color: 7754400.

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

Color convert

RGB 160 82 118 -
CMYK 0 0.49 0.26 0.37
HSL 332.31º 0.32% 0.47% -
HSV(B) 332.31º 0.49% 0.63% -
XYZ 20.78 14.82 18.9 -
YUV 109.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 160 82 118 0 0.49 0.26 0.37 332.31 0.32 0.47
Hex A0 52 76 0 31 1A 25 14C 20 2F
Octal 240 122 166 0 61 32 45 514 40 57
Binary 10100000 1010010 1110110 0 110001 11010 100101 101001100 100000 101111

Color Harmonies of #A05276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05276

Black with #A05276

Text Example


Text Example

White with #A05276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05276; }

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

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

background-color css

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

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

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

border-color css

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

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

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