Html Css Color HEX #AB6BC0 Deep Lilac

📋 copy color: '#AB6BC0'

red 171 ◦ green 107 ◦ blue 192

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

Shades of Deep Lilac #AB6BC0

Tints of Deep Lilac #AB6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 36.38%
G = 22.77%
B = 40.85%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB6BC0 (or 0xAB6BC0) is known color: Deep Lilac. HEX triplet: AB, 6B and C0. RGB value is (171,107,192). Sum of RGB (Red+Green+Blue) = 171+107+192=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BC0 is #54943F. Grayscale: #878787. Windows color (decimal): -5542976 or 12610475. OLE color: 12610475.

HSL color Cylindrical-coordinate representation of color #AB6BC0: hue angle of 285.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6BC0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 107 192 -
CMYK 0.11 0.44 0 0.25
HSL 285.18º 0.4% 0.59% -
HSV(B) 285.18º 0.44% 0.75% -
XYZ 31.57 22.98 52.64 -
YUV 135.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 171 107 192 0.11 0.44 0 0.25 285.18 0.4 0.59
Hex AB 6B C0 B 2C 0 19 11D 28 3B
Octal 253 153 300 13 54 0 31 435 50 73
Binary 10101011 1101011 11000000 1011 101100 0 11001 100011101 101000 111011

Color Harmonies of #AB6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BC0

Black with #AB6BC0

Text Example


Text Example

White with #AB6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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