Html Css Color HEX #A066BE Deep Lilac

📋 copy color: '#A066BE'

red 160 ◦ green 102 ◦ blue 190

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

Shades of Deep Lilac #A066BE

Tints of Deep Lilac #A066BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 35.4%
G = 22.57%
B = 42.04%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A066BE (or 0xA066BE) is known color: Deep Lilac. HEX triplet: A0, 66 and BE. RGB value is (160,102,190). Sum of RGB (Red+Green+Blue) = 160+102+190=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A066BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BE is #5F9941. Grayscale: #818181. Windows color (decimal): -6265154 or 12478112. OLE color: 12478112.

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

Color convert

RGB 160 102 190 -
CMYK 0.16 0.46 0 0.25
HSL 279.55º 0.4% 0.57% -
HSV(B) 279.55º 0.46% 0.75% -
XYZ 28.54 20.69 51.21 -
YUV 129.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 160 102 190 0.16 0.46 0 0.25 279.55 0.4 0.57
Hex A0 66 BE 10 2E 0 19 118 28 39
Octal 240 146 276 20 56 0 31 430 50 71
Binary 10100000 1100110 10111110 10000 101110 0 11001 100011000 101000 111001

Color Harmonies of #A066BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BE

Black with #A066BE

Text Example


Text Example

White with #A066BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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