Html Css Color HEX #A959B4 Deep Lilac

📋 copy color: '#A959B4'

red 169 ◦ green 89 ◦ blue 180

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

Shades of Deep Lilac #A959B4

Tints of Deep Lilac #A959B4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 38.58%
G = 20.32%
B = 41.1%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A959B4 (or 0xA959B4) is known color: Deep Lilac. HEX triplet: A9, 59 and B4. RGB value is (169,89,180). Sum of RGB (Red+Green+Blue) = 169+89+180=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #A959B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959B4 is #56A64B. Grayscale: #7B7B7B. Windows color (decimal): -5678668 or 11819433. OLE color: 11819433.

HSL color Cylindrical-coordinate representation of color #A959B4: hue angle of 292.75º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A959B4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 89 180 -
CMYK 0.06 0.51 0 0.29
HSL 292.75º 0.38% 0.53% -
HSV(B) 292.75º 0.51% 0.71% -
XYZ 28.17 18.88 45.34 -
YUV 123.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 169 89 180 0.06 0.51 0 0.29 292.75 0.38 0.53
Hex A9 59 B4 6 33 0 1D 125 26 35
Octal 251 131 264 6 63 0 35 445 46 65
Binary 10101001 1011001 10110100 110 110011 0 11101 100100101 100110 110101

Color Harmonies of #A959B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A959B4

Black with #A959B4

Text Example


Text Example

White with #A959B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A959B4; }

 p { color: rgb(169,89,180); }

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

background-color css

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

 a { background-color: rgb(169,89,180); }

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

border-color css

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

 span { border-color: rgb(169,89,180); }

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