Html Css Color HEX #A064BD Deep Lilac

📋 copy color: '#A064BD'

red 160 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A064BD

Tints of Deep Lilac #A064BD

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

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

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

R = 35.63%
G = 22.27%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A064BD (or 0xA064BD) is known color: Deep Lilac. HEX triplet: A0, 64 and BD. RGB value is (160,100,189). Sum of RGB (Red+Green+Blue) = 160+100+189=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A064BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064BD is #5F9B42. Grayscale: #7F7F7F. Windows color (decimal): -6265667 or 12412064. OLE color: 12412064.

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

Color convert

RGB 160 100 189 -
CMYK 0.15 0.47 0 0.26
HSL 280.45º 0.4% 0.57% -
HSV(B) 280.45º 0.47% 0.74% -
XYZ 28.24 20.26 50.57 -
YUV 128.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 160 100 189 0.15 0.47 0 0.26 280.45 0.4 0.57
Hex A0 64 BD F 2F 0 1A 118 28 39
Octal 240 144 275 17 57 0 32 430 50 71
Binary 10100000 1100100 10111101 1111 101111 0 11010 100011000 101000 111001

Color Harmonies of #A064BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064BD

Black with #A064BD

Text Example


Text Example

White with #A064BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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