Html Css Color HEX #A95486 Royal Heath

📋 copy color: '#A95486'

red 169 ◦ green 84 ◦ blue 134

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

Shades of Royal Heath #A95486

Tints of Royal Heath #A95486

RGB

 RED value IS 169 (66.41% from 255) = 43.67%

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 134 (52.73% from 255) = 34.63%

R = 43.67%
G = 21.71%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A95486 (or 0xA95486) is known color: Royal Heath. HEX triplet: A9, 54 and 86. RGB value is (169,84,134). Sum of RGB (Red+Green+Blue) = 169+84+134=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A95486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95486 is #56AB79. Grayscale: #727272. Windows color (decimal): -5679994 or 8803497. OLE color: 8803497.

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

Color convert

RGB 169 84 134 -
CMYK 0 0.50 0.21 0.34
HSL 324.71º 0.34% 0.5% -
HSV(B) 324.71º 0.5% 0.66% -
XYZ 23.84 16.5 24.48 -
YUV 115.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 169 84 134 0 0.50 0.21 0.34 324.71 0.34 0.5
Hex A9 54 86 0 32 15 22 145 22 32
Octal 251 124 206 0 62 25 42 505 42 62
Binary 10101001 1010100 10000110 0 110010 10101 100010 101000101 100010 110010

Color Harmonies of #A95486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95486

Black with #A95486

Text Example


Text Example

White with #A95486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95486; }

 p { color: rgb(169,84,134); }

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

background-color css

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

 a { background-color: rgb(169,84,134); }

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

border-color css

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

 span { border-color: rgb(169,84,134); }

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