Html Css Color HEX #A85276 Royal Heath

📋 copy color: '#A85276'

red 168 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #A85276

Tints of Royal Heath #A85276

RGB

 RED value IS 168 (66.02% from 255) = 45.65%

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

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

R = 45.65%
G = 22.28%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A85276 (or 0xA85276) is known color: Royal Heath. HEX triplet: A8, 52 and 76. RGB value is (168,82,118). Sum of RGB (Red+Green+Blue) = 168+82+118=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A85276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85276 is #57AD89. Grayscale: #6F6F6F. Windows color (decimal): -5746058 or 7754408. OLE color: 7754408.

HSL color Cylindrical-coordinate representation of color #A85276: hue angle of 334.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85276 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 118 -
CMYK 0 0.51 0.30 0.34
HSL 334.88º 0.34% 0.49% -
HSV(B) 334.88º 0.51% 0.66% -
XYZ 22.44 15.67 18.98 -
YUV 111.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 168 82 118 0 0.51 0.30 0.34 334.88 0.34 0.49
Hex A8 52 76 0 33 1E 22 14F 22 31
Octal 250 122 166 0 63 36 42 517 42 61
Binary 10101000 1010010 1110110 0 110011 11110 100010 101001111 100010 110001

Color Harmonies of #A85276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85276

Black with #A85276

Text Example


Text Example

White with #A85276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85276; }

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

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

background-color css

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

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

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

border-color css

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

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

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