Html Css Color HEX #A066BD Deep Lilac

📋 copy color: '#A066BD'

red 160 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A066BD

Tints of Deep Lilac #A066BD

RGB

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

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

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

R = 35.48%
G = 22.62%
B = 41.91%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A066BD (or 0xA066BD) is known color: Deep Lilac. HEX triplet: A0, 66 and BD. RGB value is (160,102,189). Sum of RGB (Red+Green+Blue) = 160+102+189=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A066BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BD is #5F9942. Grayscale: #808080. Windows color (decimal): -6265155 or 12412576. OLE color: 12412576.

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

Color convert

RGB 160 102 189 -
CMYK 0.15 0.46 0 0.26
HSL 280º 0.4% 0.57% -
HSV(B) 280º 0.46% 0.74% -
XYZ 28.43 20.65 50.63 -
YUV 129.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 160 102 189 0.15 0.46 0 0.26 280 0.4 0.57
Hex A0 66 BD F 2E 0 1A 118 28 39
Octal 240 146 275 17 56 0 32 430 50 71
Binary 10100000 1100110 10111101 1111 101110 0 11010 100011000 101000 111001

Color Harmonies of #A066BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BD

Black with #A066BD

Text Example


Text Example

White with #A066BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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