Html Css Color HEX #AB60BD Deep Lilac

📋 copy color: '#AB60BD'

red 171 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #AB60BD

Tints of Deep Lilac #AB60BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 37.5%
G = 21.05%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB60BD (or 0xAB60BD) is known color: Deep Lilac. HEX triplet: AB, 60 and BD. RGB value is (171,96,189). Sum of RGB (Red+Green+Blue) = 171+96+189=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60BD is #549F42. Grayscale: #808080. Windows color (decimal): -5545795 or 12411051. OLE color: 12411051.

HSL color Cylindrical-coordinate representation of color #AB60BD: hue angle of 288.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB60BD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 96 189 -
CMYK 0.10 0.49 0 0.26
HSL 288.39º 0.41% 0.56% -
HSV(B) 288.39º 0.49% 0.74% -
XYZ 30.16 20.7 50.55 -
YUV 129.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 171 96 189 0.10 0.49 0 0.26 288.39 0.41 0.56
Hex AB 60 BD A 31 0 1A 120 29 38
Octal 253 140 275 12 61 0 32 440 51 70
Binary 10101011 1100000 10111101 1010 110001 0 11010 100100000 101001 111000

Color Harmonies of #AB60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60BD

Black with #AB60BD

Text Example


Text Example

White with #AB60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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