Html Css Color HEX #A95481 Royal Heath

📋 copy color: '#A95481'

red 169 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #A95481

Tints of Royal Heath #A95481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 44.24%
G = 21.99%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A95481 (or 0xA95481) is known color: Royal Heath. HEX triplet: A9, 54 and 81. RGB value is (169,84,129). Sum of RGB (Red+Green+Blue) = 169+84+129=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A95481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95481 is #56AB7E. Grayscale: #727272. Windows color (decimal): -5679999 or 8475817. OLE color: 8475817.

HSL color Cylindrical-coordinate representation of color #A95481: hue angle of 328.24º 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 #A95481 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 129 -
CMYK 0 0.50 0.24 0.34
HSL 328.24º 0.34% 0.5% -
HSV(B) 328.24º 0.5% 0.66% -
XYZ 23.49 16.36 22.69 -
YUV 114.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 169 84 129 0 0.50 0.24 0.34 328.24 0.34 0.5
Hex A9 54 81 0 32 18 22 148 22 32
Octal 251 124 201 0 62 30 42 510 42 62
Binary 10101001 1010100 10000001 0 110010 11000 100010 101001000 100010 110010

Color Harmonies of #A95481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95481

Black with #A95481

Text Example


Text Example

White with #A95481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95481; }

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

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

background-color css

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

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

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

border-color css

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

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

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