Html Css Color HEX #AB61C0 Deep Lilac

📋 copy color: '#AB61C0'

red 171 ◦ green 97 ◦ blue 192

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

Shades of Deep Lilac #AB61C0

Tints of Deep Lilac #AB61C0

RGB

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

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

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

R = 37.17%
G = 21.09%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB61C0 (or 0xAB61C0) is known color: Deep Lilac. HEX triplet: AB, 61 and C0. RGB value is (171,97,192). Sum of RGB (Red+Green+Blue) = 171+97+192=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C0 is #549E3F. Grayscale: #818181. Windows color (decimal): -5545536 or 12607915. OLE color: 12607915.

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

Color convert

RGB 171 97 192 -
CMYK 0.11 0.49 0 0.25
HSL 286.74º 0.43% 0.57% -
HSV(B) 286.74º 0.49% 0.75% -
XYZ 30.58 21.01 52.31 -
YUV 129.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 171 97 192 0.11 0.49 0 0.25 286.74 0.43 0.57
Hex AB 61 C0 B 31 0 19 11F 2B 39
Octal 253 141 300 13 61 0 31 437 53 71
Binary 10101011 1100001 11000000 1011 110001 0 11001 100011111 101011 111001

Color Harmonies of #AB61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61C0

Black with #AB61C0

Text Example


Text Example

White with #AB61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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