Html Css Color HEX #A956B6 Deep Lilac

📋 copy color: '#A956B6'

red 169 ◦ green 86 ◦ blue 182

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

Shades of Deep Lilac #A956B6

Tints of Deep Lilac #A956B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 38.67%
G = 19.68%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A956B6 (or 0xA956B6) is known color: Deep Lilac. HEX triplet: A9, 56 and B6. RGB value is (169,86,182). Sum of RGB (Red+Green+Blue) = 169+86+182=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #A956B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956B6 is #56A949. Grayscale: #797979. Windows color (decimal): -5679434 or 11949737. OLE color: 11949737.

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

Color convert

RGB 169 86 182 -
CMYK 0.07 0.53 0 0.29
HSL 291.88º 0.4% 0.53% -
HSV(B) 291.88º 0.53% 0.71% -
XYZ 28.13 18.47 46.34 -
YUV 121.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 169 86 182 0.07 0.53 0 0.29 291.88 0.4 0.53
Hex A9 56 B6 7 35 0 1D 124 28 35
Octal 251 126 266 7 65 0 35 444 50 65
Binary 10101001 1010110 10110110 111 110101 0 11101 100100100 101000 110101

Color Harmonies of #A956B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956B6

Black with #A956B6

Text Example


Text Example

White with #A956B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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