Html Css Color HEX #AB61BE Deep Lilac

📋 copy color: '#AB61BE'

red 171 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #AB61BE

Tints of Deep Lilac #AB61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

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

R = 37.34%
G = 21.18%
B = 41.48%

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

#AB61BE (or 0xAB61BE) is known color: Deep Lilac. HEX triplet: AB, 61 and BE. RGB value is (171,97,190). Sum of RGB (Red+Green+Blue) = 171+97+190=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BE is #549E41. Grayscale: #818181. Windows color (decimal): -5545538 or 12476843. OLE color: 12476843.

HSL color Cylindrical-coordinate representation of color #AB61BE: hue angle of 287.74º 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 #AB61BE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 97 190 -
CMYK 0.10 0.49 0 0.25
HSL 287.74º 0.42% 0.56% -
HSV(B) 287.74º 0.49% 0.75% -
XYZ 30.36 20.93 51.15 -
YUV 129.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 171 97 190 0.10 0.49 0 0.25 287.74 0.42 0.56
Hex AB 61 BE A 31 0 19 120 2A 38
Octal 253 141 276 12 61 0 31 440 52 70
Binary 10101011 1100001 10111110 1010 110001 0 11001 100100000 101010 111000

Color Harmonies of #AB61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61BE

Black with #AB61BE

Text Example


Text Example

White with #AB61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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