Html Css Color HEX #A95682 Royal Heath

📋 copy color: '#A95682'

red 169 ◦ green 86 ◦ blue 130

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

Shades of Royal Heath #A95682

Tints of Royal Heath #A95682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 43.9%
G = 22.34%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A95682 (or 0xA95682) is known color: Royal Heath. HEX triplet: A9, 56 and 82. RGB value is (169,86,130). Sum of RGB (Red+Green+Blue) = 169+86+130=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95682 is #56A97D. Grayscale: #737373. Windows color (decimal): -5679486 or 8541865. OLE color: 8541865.

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

Color convert

RGB 169 86 130 -
CMYK 0 0.49 0.23 0.34
HSL 328.19º 0.33% 0.5% -
HSV(B) 328.19º 0.49% 0.66% -
XYZ 23.72 16.7 23.09 -
YUV 115.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 169 86 130 0 0.49 0.23 0.34 328.19 0.33 0.5
Hex A9 56 82 0 31 17 22 148 21 32
Octal 251 126 202 0 61 27 42 510 41 62
Binary 10101001 1010110 10000010 0 110001 10111 100010 101001000 100001 110010

Color Harmonies of #A95682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95682

Black with #A95682

Text Example


Text Example

White with #A95682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95682; }

 p { color: rgb(169,86,130); }

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

background-color css

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

 a { background-color: rgb(169,86,130); }

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

border-color css

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

 span { border-color: rgb(169,86,130); }

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