Html Css Color HEX #A064BC Deep Lilac

📋 copy color: '#A064BC'

red 160 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A064BC

Tints of Deep Lilac #A064BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 35.71%
G = 22.32%
B = 41.96%

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

#A064BC (or 0xA064BC) is known color: Deep Lilac. HEX triplet: A0, 64 and BC. RGB value is (160,100,188). Sum of RGB (Red+Green+Blue) = 160+100+188=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A064BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064BC is #5F9B43. Grayscale: #7F7F7F. Windows color (decimal): -6265668 or 12346528. OLE color: 12346528.

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

Color convert

RGB 160 100 188 -
CMYK 0.15 0.47 0 0.26
HSL 280.91º 0.4% 0.56% -
HSV(B) 280.91º 0.47% 0.74% -
XYZ 28.13 20.22 50 -
YUV 127.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 160 100 188 0.15 0.47 0 0.26 280.91 0.4 0.56
Hex A0 64 BC F 2F 0 1A 119 28 38
Octal 240 144 274 17 57 0 32 431 50 70
Binary 10100000 1100100 10111100 1111 101111 0 11010 100011001 101000 111000

Color Harmonies of #A064BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064BC

Black with #A064BC

Text Example


Text Example

White with #A064BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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