Html Css Color HEX #A960BA Deep Lilac

📋 copy color: '#A960BA'

red 169 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #A960BA

Tints of Deep Lilac #A960BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 37.47%
G = 21.29%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A960BA (or 0xA960BA) is known color: Deep Lilac. HEX triplet: A9, 60 and BA. RGB value is (169,96,186). Sum of RGB (Red+Green+Blue) = 169+96+186=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A960BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960BA is #569F45. Grayscale: #7F7F7F. Windows color (decimal): -5676870 or 12214441. OLE color: 12214441.

HSL color Cylindrical-coordinate representation of color #A960BA: hue angle of 288.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A960BA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 96 186 -
CMYK 0.09 0.48 0 0.27
HSL 288.67º 0.39% 0.55% -
HSV(B) 288.67º 0.48% 0.73% -
XYZ 29.41 20.35 48.83 -
YUV 128.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 169 96 186 0.09 0.48 0 0.27 288.67 0.39 0.55
Hex A9 60 BA 9 30 0 1B 121 27 37
Octal 251 140 272 11 60 0 33 441 47 67
Binary 10101001 1100000 10111010 1001 110000 0 11011 100100001 100111 110111

Color Harmonies of #A960BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960BA

Black with #A960BA

Text Example


Text Example

White with #A960BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960BA; }

 p { color: rgb(169,96,186); }

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

background-color css

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

 a { background-color: rgb(169,96,186); }

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

border-color css

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

 span { border-color: rgb(169,96,186); }

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