Html Css Color HEX #A95ABB Deep Lilac

📋 copy color: '#A95ABB'

red 169 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #A95ABB

Tints of Deep Lilac #A95ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 37.89%
G = 20.18%
B = 41.93%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A95ABB (or 0xA95ABB) is known color: Deep Lilac. HEX triplet: A9, 5A and BB. RGB value is (169,90,187). Sum of RGB (Red+Green+Blue) = 169+90+187=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A95ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ABB is #56A544. Grayscale: #7C7C7C. Windows color (decimal): -5678405 or 12278441. OLE color: 12278441.

HSL color Cylindrical-coordinate representation of color #A95ABB: hue angle of 288.87º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95ABB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 90 187 -
CMYK 0.10 0.52 0 0.27
HSL 288.87º 0.42% 0.54% -
HSV(B) 288.87º 0.52% 0.73% -
XYZ 28.99 19.34 49.22 -
YUV 124.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 169 90 187 0.10 0.52 0 0.27 288.87 0.42 0.54
Hex A9 5A BB A 34 0 1B 121 2A 36
Octal 251 132 273 12 64 0 33 441 52 66
Binary 10101001 1011010 10111011 1010 110100 0 11011 100100001 101010 110110

Color Harmonies of #A95ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95ABB

Black with #A95ABB

Text Example


Text Example

White with #A95ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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