Html Css Color HEX #A366BA Deep Lilac

📋 copy color: '#A366BA'

red 163 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A366BA

Tints of Deep Lilac #A366BA

RGB

 RED value IS 163 (64.06% from 255) = 36.14%

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

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

R = 36.14%
G = 22.62%
B = 41.24%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A366BA (or 0xA366BA) is known color: Deep Lilac. HEX triplet: A3, 66 and BA. RGB value is (163,102,186). Sum of RGB (Red+Green+Blue) = 163+102+186=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A366BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366BA is #5C9945. Grayscale: #818181. Windows color (decimal): -6068550 or 12215971. OLE color: 12215971.

HSL color Cylindrical-coordinate representation of color #A366BA: hue angle of 283.57º 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 #A366BA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 102 186 -
CMYK 0.12 0.45 0 0.27
HSL 283.57º 0.38% 0.56% -
HSV(B) 283.57º 0.45% 0.73% -
XYZ 28.72 20.83 48.96 -
YUV 129.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 163 102 186 0.12 0.45 0 0.27 283.57 0.38 0.56
Hex A3 66 BA C 2D 0 1B 11C 26 38
Octal 243 146 272 14 55 0 33 434 46 70
Binary 10100011 1100110 10111010 1100 101101 0 11011 100011100 100110 111000

Color Harmonies of #A366BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A366BA

Black with #A366BA

Text Example


Text Example

White with #A366BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A366BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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