Html Css Color HEX #A364BD Deep Lilac

📋 copy color: '#A364BD'

red 163 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A364BD

Tints of Deep Lilac #A364BD

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

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

R = 36.06%
G = 22.12%
B = 41.81%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A364BD (or 0xA364BD) is known color: Deep Lilac. HEX triplet: A3, 64 and BD. RGB value is (163,100,189). Sum of RGB (Red+Green+Blue) = 163+100+189=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A364BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364BD is #5C9B42. Grayscale: #808080. Windows color (decimal): -6069059 or 12412067. OLE color: 12412067.

HSL color Cylindrical-coordinate representation of color #A364BD: hue angle of 282.47º 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 #A364BD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 100 189 -
CMYK 0.14 0.47 0 0.26
HSL 282.47º 0.4% 0.57% -
HSV(B) 282.47º 0.47% 0.74% -
XYZ 28.85 20.58 50.6 -
YUV 128.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 163 100 189 0.14 0.47 0 0.26 282.47 0.4 0.57
Hex A3 64 BD E 2F 0 1A 11A 28 39
Octal 243 144 275 16 57 0 32 432 50 71
Binary 10100011 1100100 10111101 1110 101111 0 11010 100011010 101000 111001

Color Harmonies of #A364BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364BD

Black with #A364BD

Text Example


Text Example

White with #A364BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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