Html Css Color HEX #AB60BE Deep Lilac

📋 copy color: '#AB60BE'

red 171 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #AB60BE

Tints of Deep Lilac #AB60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 37.42%
G = 21.01%
B = 41.58%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB60BE (or 0xAB60BE) is known color: Deep Lilac. HEX triplet: AB, 60 and BE. RGB value is (171,96,190). Sum of RGB (Red+Green+Blue) = 171+96+190=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60BE is #549F41. Grayscale: #808080. Windows color (decimal): -5545794 or 12476587. OLE color: 12476587.

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

Color convert

RGB 171 96 190 -
CMYK 0.10 0.49 0 0.25
HSL 287.87º 0.42% 0.56% -
HSV(B) 287.87º 0.49% 0.75% -
XYZ 30.27 20.74 51.12 -
YUV 129.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 171 96 190 0.10 0.49 0 0.25 287.87 0.42 0.56
Hex AB 60 BE A 31 0 19 120 2A 38
Octal 253 140 276 12 61 0 31 440 52 70
Binary 10101011 1100000 10111110 1010 110001 0 11001 100100000 101010 111000

Color Harmonies of #AB60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60BE

Black with #AB60BE

Text Example


Text Example

White with #AB60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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