Html Css Color HEX #A064BB Deep Lilac

📋 copy color: '#A064BB'

red 160 ◦ green 100 ◦ blue 187

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

Shades of Deep Lilac #A064BB

Tints of Deep Lilac #A064BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 35.79%
G = 22.37%
B = 41.83%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A064BB (or 0xA064BB) is known color: Deep Lilac. HEX triplet: A0, 64 and BB. RGB value is (160,100,187). Sum of RGB (Red+Green+Blue) = 160+100+187=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #A064BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064BB is #5F9B44. Grayscale: #7F7F7F. Windows color (decimal): -6265669 or 12280992. OLE color: 12280992.

HSL color Cylindrical-coordinate representation of color #A064BB: hue angle of 281.38º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A064BB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 100 187 -
CMYK 0.14 0.47 0 0.27
HSL 281.38º 0.39% 0.56% -
HSV(B) 281.38º 0.47% 0.73% -
XYZ 28.02 20.18 49.43 -
YUV 127.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 160 100 187 0.14 0.47 0 0.27 281.38 0.39 0.56
Hex A0 64 BB E 2F 0 1B 119 27 38
Octal 240 144 273 16 57 0 33 431 47 70
Binary 10100000 1100100 10111011 1110 101111 0 11011 100011001 100111 111000

Color Harmonies of #A064BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064BB

Black with #A064BB

Text Example


Text Example

White with #A064BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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