Html Css Color HEX #A95AB8 Deep Lilac

📋 copy color: '#A95AB8'

red 169 ◦ green 90 ◦ blue 184

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

Shades of Deep Lilac #A95AB8

Tints of Deep Lilac #A95AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 38.15%
G = 20.32%
B = 41.53%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A95AB8 (or 0xA95AB8) is known color: Deep Lilac. HEX triplet: A9, 5A and B8. RGB value is (169,90,184). Sum of RGB (Red+Green+Blue) = 169+90+184=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #A95AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95AB8 is #56A547. Grayscale: #7C7C7C. Windows color (decimal): -5678408 or 12081833. OLE color: 12081833.

HSL color Cylindrical-coordinate representation of color #A95AB8: hue angle of 290.43º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95AB8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 90 184 -
CMYK 0.08 0.51 0 0.28
HSL 290.43º 0.4% 0.54% -
HSV(B) 290.43º 0.51% 0.72% -
XYZ 28.67 19.21 47.54 -
YUV 124.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 169 90 184 0.08 0.51 0 0.28 290.43 0.4 0.54
Hex A9 5A B8 8 33 0 1C 122 28 36
Octal 251 132 270 10 63 0 34 442 50 66
Binary 10101001 1011010 10111000 1000 110011 0 11100 100100010 101000 110110

Color Harmonies of #A95AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AB8

Black with #A95AB8

Text Example


Text Example

White with #A95AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AB8; }

 p { color: rgb(169,90,184); }

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

background-color css

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

 a { background-color: rgb(169,90,184); }

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

border-color css

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

 span { border-color: rgb(169,90,184); }

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