Html Css Color HEX #AB60C1 Deep Lilac

📋 copy color: '#AB60C1'

red 171 ◦ green 96 ◦ blue 193

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

Shades of Deep Lilac #AB60C1

Tints of Deep Lilac #AB60C1

RGB

 RED value IS 171 (67.19% from 255) = 37.17%

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 37.17%
G = 20.87%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB60C1 (or 0xAB60C1) is known color: Deep Lilac. HEX triplet: AB, 60 and C1. RGB value is (171,96,193). Sum of RGB (Red+Green+Blue) = 171+96+193=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB60C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60C1 is #549F3E. Grayscale: #818181. Windows color (decimal): -5545791 or 12673195. OLE color: 12673195.

HSL color Cylindrical-coordinate representation of color #AB60C1: hue angle of 286.39º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB60C1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 96 193 -
CMYK 0.11 0.50 0 0.24
HSL 286.39º 0.44% 0.57% -
HSV(B) 286.39º 0.5% 0.76% -
XYZ 30.6 20.87 52.87 -
YUV 129.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 171 96 193 0.11 0.50 0 0.24 286.39 0.44 0.57
Hex AB 60 C1 B 32 0 18 11E 2C 39
Octal 253 140 301 13 62 0 30 436 54 71
Binary 10101011 1100000 11000001 1011 110010 0 11000 100011110 101100 111001

Color Harmonies of #AB60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60C1

Black with #AB60C1

Text Example


Text Example

White with #AB60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60C1; }

 p { color: rgb(171,96,193); }

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

background-color css

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

 a { background-color: rgb(171,96,193); }

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

border-color css

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

 span { border-color: rgb(171,96,193); }

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