Html Css Color HEX #A066BA Deep Lilac

📋 copy color: '#A066BA'

red 160 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A066BA

Tints of Deep Lilac #A066BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.77%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 35.71%
G = 22.77%
B = 41.52%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A066BA (or 0xA066BA) is known color: Deep Lilac. HEX triplet: A0, 66 and BA. RGB value is (160,102,186). Sum of RGB (Red+Green+Blue) = 160+102+186=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A066BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BA is #5F9945. Grayscale: #808080. Windows color (decimal): -6265158 or 12215968. OLE color: 12215968.

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

Color convert

RGB 160 102 186 -
CMYK 0.14 0.45 0 0.27
HSL 281.43º 0.38% 0.56% -
HSV(B) 281.43º 0.45% 0.73% -
XYZ 28.11 20.52 48.93 -
YUV 128.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 160 102 186 0.14 0.45 0 0.27 281.43 0.38 0.56
Hex A0 66 BA E 2D 0 1B 119 26 38
Octal 240 146 272 16 55 0 33 431 46 70
Binary 10100000 1100110 10111010 1110 101101 0 11011 100011001 100110 111000

Color Harmonies of #A066BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BA

Black with #A066BA

Text Example


Text Example

White with #A066BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BA; }

 p { color: rgb(160,102,186); }

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

background-color css

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

 a { background-color: rgb(160,102,186); }

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

border-color css

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

 span { border-color: rgb(160,102,186); }

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