Html Css Color HEX #A85179 Royal Heath

📋 copy color: '#A85179'

red 168 ◦ green 81 ◦ blue 121

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

Shades of Royal Heath #A85179

Tints of Royal Heath #A85179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 45.41%
G = 21.89%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A85179 (or 0xA85179) is known color: Royal Heath. HEX triplet: A8, 51 and 79. RGB value is (168,81,121). Sum of RGB (Red+Green+Blue) = 168+81+121=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A85179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85179 is #57AE86. Grayscale: #6F6F6F. Windows color (decimal): -5746311 or 7950760. OLE color: 7950760.

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

Color convert

RGB 168 81 121 -
CMYK 0 0.52 0.28 0.34
HSL 332.41º 0.35% 0.49% -
HSV(B) 332.41º 0.52% 0.66% -
XYZ 22.54 15.59 19.91 -
YUV 111.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 168 81 121 0 0.52 0.28 0.34 332.41 0.35 0.49
Hex A8 51 79 0 34 1C 22 14C 23 31
Octal 250 121 171 0 64 34 42 514 43 61
Binary 10101000 1010001 1111001 0 110100 11100 100010 101001100 100011 110001

Color Harmonies of #A85179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85179

Black with #A85179

Text Example


Text Example

White with #A85179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85179; }

 p { color: rgb(168,81,121); }

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

background-color css

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

 a { background-color: rgb(168,81,121); }

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

border-color css

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

 span { border-color: rgb(168,81,121); }

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