Html Css Color HEX #AB61BF Deep Lilac

📋 copy color: '#AB61BF'

red 171 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #AB61BF

Tints of Deep Lilac #AB61BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 37.25%
G = 21.13%
B = 41.61%

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

#AB61BF (or 0xAB61BF) is known color: Deep Lilac. HEX triplet: AB, 61 and BF. RGB value is (171,97,191). Sum of RGB (Red+Green+Blue) = 171+97+191=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BF is #549E40. Grayscale: #818181. Windows color (decimal): -5545537 or 12542379. OLE color: 12542379.

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

Color convert

RGB 171 97 191 -
CMYK 0.10 0.49 0 0.25
HSL 287.23º 0.42% 0.56% -
HSV(B) 287.23º 0.49% 0.75% -
XYZ 30.47 20.97 51.73 -
YUV 129.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 171 97 191 0.10 0.49 0 0.25 287.23 0.42 0.56
Hex AB 61 BF A 31 0 19 11F 2A 38
Octal 253 141 277 12 61 0 31 437 52 70
Binary 10101011 1100001 10111111 1010 110001 0 11001 100011111 101010 111000

Color Harmonies of #AB61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61BF

Black with #AB61BF

Text Example


Text Example

White with #AB61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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