Html Css Color HEX #A95281 Royal Heath

📋 copy color: '#A95281'

red 169 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #A95281

Tints of Royal Heath #A95281

RGB

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

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

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

R = 44.47%
G = 21.58%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A95281 (or 0xA95281) is known color: Royal Heath. HEX triplet: A9, 52 and 81. RGB value is (169,82,129). Sum of RGB (Red+Green+Blue) = 169+82+129=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A95281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95281 is #56AD7E. Grayscale: #717171. Windows color (decimal): -5680511 or 8475305. OLE color: 8475305.

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

Color convert

RGB 169 82 129 -
CMYK 0 0.51 0.24 0.34
HSL 327.59º 0.35% 0.49% -
HSV(B) 327.59º 0.51% 0.66% -
XYZ 23.34 16.05 22.64 -
YUV 113.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 169 82 129 0 0.51 0.24 0.34 327.59 0.35 0.49
Hex A9 52 81 0 33 18 22 148 23 31
Octal 251 122 201 0 63 30 42 510 43 61
Binary 10101001 1010010 10000001 0 110011 11000 100010 101001000 100011 110001

Color Harmonies of #A95281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95281

Black with #A95281

Text Example


Text Example

White with #A95281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95281; }

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

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

background-color css

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

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

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

border-color css

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

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

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