Html Css Color HEX #AB60C0 Deep Lilac

📋 copy color: '#AB60C0'

red 171 ◦ green 96 ◦ blue 192

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

Shades of Deep Lilac #AB60C0

Tints of Deep Lilac #AB60C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 37.25%
G = 20.92%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB60C0 (or 0xAB60C0) is known color: Deep Lilac. HEX triplet: AB, 60 and C0. RGB value is (171,96,192). Sum of RGB (Red+Green+Blue) = 171+96+192=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB60C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60C0 is #549F3F. Grayscale: #818181. Windows color (decimal): -5545792 or 12607659. OLE color: 12607659.

HSL color Cylindrical-coordinate representation of color #AB60C0: hue angle of 286.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB60C0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 96 192 -
CMYK 0.11 0.50 0 0.25
HSL 286.88º 0.43% 0.56% -
HSV(B) 286.88º 0.5% 0.75% -
XYZ 30.49 20.83 52.28 -
YUV 129.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 171 96 192 0.11 0.50 0 0.25 286.88 0.43 0.56
Hex AB 60 C0 B 32 0 19 11F 2B 38
Octal 253 140 300 13 62 0 31 437 53 70
Binary 10101011 1100000 11000000 1011 110010 0 11001 100011111 101011 111000

Color Harmonies of #AB60C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60C0

Black with #AB60C0

Text Example


Text Example

White with #AB60C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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