Html Css Color HEX #A064BF Deep Lilac

📋 copy color: '#A064BF'

red 160 ◦ green 100 ◦ blue 191

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

Shades of Deep Lilac #A064BF

Tints of Deep Lilac #A064BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.35%

R = 35.48%
G = 22.17%
B = 42.35%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A064BF (or 0xA064BF) is known color: Deep Lilac. HEX triplet: A0, 64 and BF. RGB value is (160,100,191). Sum of RGB (Red+Green+Blue) = 160+100+191=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A064BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064BF is #5F9B40. Grayscale: #808080. Windows color (decimal): -6265665 or 12543136. OLE color: 12543136.

HSL color Cylindrical-coordinate representation of color #A064BF: hue angle of 279.56º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A064BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 100 191 -
CMYK 0.16 0.48 0 0.25
HSL 279.56º 0.42% 0.57% -
HSV(B) 279.56º 0.48% 0.75% -
XYZ 28.46 20.35 51.72 -
YUV 128.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 160 100 191 0.16 0.48 0 0.25 279.56 0.42 0.57
Hex A0 64 BF 10 30 0 19 118 2A 39
Octal 240 144 277 20 60 0 31 430 52 71
Binary 10100000 1100100 10111111 10000 110000 0 11001 100011000 101010 111001

Color Harmonies of #A064BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064BF

Black with #A064BF

Text Example


Text Example

White with #A064BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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