Html Css Color HEX #AB64C1 Deep Lilac

📋 copy color: '#AB64C1'

red 171 ◦ green 100 ◦ blue 193

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

Shades of Deep Lilac #AB64C1

Tints of Deep Lilac #AB64C1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 36.85%
G = 21.55%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB64C1 (or 0xAB64C1) is known color: Deep Lilac. HEX triplet: AB, 64 and C1. RGB value is (171,100,193). Sum of RGB (Red+Green+Blue) = 171+100+193=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64C1 is #549B3E. Grayscale: #838383. Windows color (decimal): -5544767 or 12674219. OLE color: 12674219.

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

Color convert

RGB 171 100 193 -
CMYK 0.11 0.48 0 0.24
HSL 285.81º 0.43% 0.57% -
HSV(B) 285.81º 0.48% 0.76% -
XYZ 30.98 21.62 52.99 -
YUV 131.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 171 100 193 0.11 0.48 0 0.24 285.81 0.43 0.57
Hex AB 64 C1 B 30 0 18 11E 2B 39
Octal 253 144 301 13 60 0 30 436 53 71
Binary 10101011 1100100 11000001 1011 110000 0 11000 100011110 101011 111001

Color Harmonies of #AB64C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64C1

Black with #AB64C1

Text Example


Text Example

White with #AB64C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64C1; }

 p { color: rgb(171,100,193); }

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

background-color css

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

 a { background-color: rgb(171,100,193); }

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

border-color css

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

 span { border-color: rgb(171,100,193); }

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