Html Css Color HEX #A464BD Deep Lilac

📋 copy color: '#A464BD'

red 164 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A464BD

Tints of Deep Lilac #A464BD

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 36.2%
G = 22.08%
B = 41.72%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A464BD (or 0xA464BD) is known color: Deep Lilac. HEX triplet: A4, 64 and BD. RGB value is (164,100,189). Sum of RGB (Red+Green+Blue) = 164+100+189=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A464BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464BD is #5B9B42. Grayscale: #808080. Windows color (decimal): -6003523 or 12412068. OLE color: 12412068.

HSL color Cylindrical-coordinate representation of color #A464BD: hue angle of 283.15º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A464BD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 100 189 -
CMYK 0.13 0.47 0 0.26
HSL 283.15º 0.4% 0.57% -
HSV(B) 283.15º 0.47% 0.74% -
XYZ 29.05 20.68 50.6 -
YUV 129.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 164 100 189 0.13 0.47 0 0.26 283.15 0.4 0.57
Hex A4 64 BD D 2F 0 1A 11B 28 39
Octal 244 144 275 15 57 0 32 433 50 71
Binary 10100100 1100100 10111101 1101 101111 0 11010 100011011 101000 111001

Color Harmonies of #A464BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464BD

Black with #A464BD

Text Example


Text Example

White with #A464BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464BD; }

 p { color: rgb(164,100,189); }

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

background-color css

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

 a { background-color: rgb(164,100,189); }

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

border-color css

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

 span { border-color: rgb(164,100,189); }

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