Html Css Color HEX #A960C8 Deep Lilac

📋 copy color: '#A960C8'

red 169 ◦ green 96 ◦ blue 200

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

Shades of Deep Lilac #A960C8

Tints of Deep Lilac #A960C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 36.34%
G = 20.65%
B = 43.01%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A960C8 (or 0xA960C8) is known color: Deep Lilac. HEX triplet: A9, 60 and C8. RGB value is (169,96,200). Sum of RGB (Red+Green+Blue) = 169+96+200=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #A960C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960C8 is #569F37. Grayscale: #818181. Windows color (decimal): -5676856 or 13131945. OLE color: 13131945.

HSL color Cylindrical-coordinate representation of color #A960C8: hue angle of 282.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A960C8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 96 200 -
CMYK 0.16 0.52 0 0.22
HSL 282.12º 0.49% 0.58% -
HSV(B) 282.12º 0.52% 0.78% -
XYZ 30.97 20.97 57.06 -
YUV 129.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 169 96 200 0.16 0.52 0 0.22 282.12 0.49 0.58
Hex A9 60 C8 10 34 0 16 11A 31 3A
Octal 251 140 310 20 64 0 26 432 61 72
Binary 10101001 1100000 11001000 10000 110100 0 10110 100011010 110001 111010

Color Harmonies of #A960C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960C8

Black with #A960C8

Text Example


Text Example

White with #A960C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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