Html Css Color HEX #A764BD Deep Lilac

📋 copy color: '#A764BD'

red 167 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A764BD

Tints of Deep Lilac #A764BD

RGB

 RED value IS 167 (65.63% from 255) = 36.62%

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

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

R = 36.62%
G = 21.93%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A764BD (or 0xA764BD) is known color: Deep Lilac. HEX triplet: A7, 64 and BD. RGB value is (167,100,189). Sum of RGB (Red+Green+Blue) = 167+100+189=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #A764BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764BD is #589B42. Grayscale: #818181. Windows color (decimal): -5806915 or 12412071. OLE color: 12412071.

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

Color convert

RGB 167 100 189 -
CMYK 0.12 0.47 0 0.26
HSL 285.17º 0.4% 0.57% -
HSV(B) 285.17º 0.47% 0.74% -
XYZ 29.68 21 50.63 -
YUV 130.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 167 100 189 0.12 0.47 0 0.26 285.17 0.4 0.57
Hex A7 64 BD C 2F 0 1A 11D 28 39
Octal 247 144 275 14 57 0 32 435 50 71
Binary 10100111 1100100 10111101 1100 101111 0 11010 100011101 101000 111001

Color Harmonies of #A764BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764BD

Black with #A764BD

Text Example


Text Example

White with #A764BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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