Html Css Color HEX #A066BF Deep Lilac

📋 copy color: '#A066BF'

red 160 ◦ green 102 ◦ blue 191

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

Shades of Deep Lilac #A066BF

Tints of Deep Lilac #A066BF

RGB

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

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

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

R = 35.32%
G = 22.52%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A066BF (or 0xA066BF) is known color: Deep Lilac. HEX triplet: A0, 66 and BF. RGB value is (160,102,191). Sum of RGB (Red+Green+Blue) = 160+102+191=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #A066BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BF is #5F9940. Grayscale: #818181. Windows color (decimal): -6265153 or 12543648. OLE color: 12543648.

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

Color convert

RGB 160 102 191 -
CMYK 0.16 0.47 0 0.25
HSL 279.1º 0.41% 0.57% -
HSV(B) 279.1º 0.47% 0.75% -
XYZ 28.65 20.74 51.78 -
YUV 129.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 160 102 191 0.16 0.47 0 0.25 279.1 0.41 0.57
Hex A0 66 BF 10 2F 0 19 117 29 39
Octal 240 146 277 20 57 0 31 427 51 71
Binary 10100000 1100110 10111111 10000 101111 0 11001 100010111 101001 111001

Color Harmonies of #A066BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BF

Black with #A066BF

Text Example


Text Example

White with #A066BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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