Html Css Color HEX #AB6CBA Deep Lilac

📋 copy color: '#AB6CBA'

red 171 ◦ green 108 ◦ blue 186

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

Shades of Deep Lilac #AB6CBA

Tints of Deep Lilac #AB6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

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

R = 36.77%
G = 23.23%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB6CBA (or 0xAB6CBA) is known color: Deep Lilac. HEX triplet: AB, 6C and BA. RGB value is (171,108,186). Sum of RGB (Red+Green+Blue) = 171+108+186=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CBA is #549345. Grayscale: #878787. Windows color (decimal): -5542726 or 12217515. OLE color: 12217515.

HSL color Cylindrical-coordinate representation of color #AB6CBA: hue angle of 288.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6CBA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 108 186 -
CMYK 0.08 0.42 0 0.27
HSL 288.46º 0.36% 0.58% -
HSV(B) 288.46º 0.42% 0.73% -
XYZ 31.02 22.93 49.25 -
YUV 135.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 171 108 186 0.08 0.42 0 0.27 288.46 0.36 0.58
Hex AB 6C BA 8 2A 0 1B 120 24 3A
Octal 253 154 272 10 52 0 33 440 44 72
Binary 10101011 1101100 10111010 1000 101010 0 11011 100100000 100100 111010

Color Harmonies of #AB6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CBA

Black with #AB6CBA

Text Example


Text Example

White with #AB6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CBA; }

 p { color: rgb(171,108,186); }

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

background-color css

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

 a { background-color: rgb(171,108,186); }

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

border-color css

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

 span { border-color: rgb(171,108,186); }

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