Html Css Color HEX #A956B7 Deep Lilac

📋 copy color: '#A956B7'

red 169 ◦ green 86 ◦ blue 183

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

Shades of Deep Lilac #A956B7

Tints of Deep Lilac #A956B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 38.58%
G = 19.63%
B = 41.78%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A956B7 (or 0xA956B7) is known color: Deep Lilac. HEX triplet: A9, 56 and B7. RGB value is (169,86,183). Sum of RGB (Red+Green+Blue) = 169+86+183=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #A956B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956B7 is #56A948. Grayscale: #797979. Windows color (decimal): -5679433 or 12015273. OLE color: 12015273.

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

Color convert

RGB 169 86 183 -
CMYK 0.08 0.53 0 0.28
HSL 291.34º 0.4% 0.53% -
HSV(B) 291.34º 0.53% 0.72% -
XYZ 28.24 18.51 46.88 -
YUV 121.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 169 86 183 0.08 0.53 0 0.28 291.34 0.4 0.53
Hex A9 56 B7 8 35 0 1C 123 28 35
Octal 251 126 267 10 65 0 34 443 50 65
Binary 10101001 1010110 10110111 1000 110101 0 11100 100100011 101000 110101

Color Harmonies of #A956B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956B7

Black with #A956B7

Text Example


Text Example

White with #A956B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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