Html Css Color HEX #A661BA Deep Lilac

📋 copy color: '#A661BA'

red 166 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A661BA

Tints of Deep Lilac #A661BA

RGB

 RED value IS 166 (65.23% from 255) = 36.97%

 GREEN value IS 97 (38.28% from 255) = 21.6%

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

R = 36.97%
G = 21.6%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A661BA (or 0xA661BA) is known color: Deep Lilac. HEX triplet: A6, 61 and BA. RGB value is (166,97,186). Sum of RGB (Red+Green+Blue) = 166+97+186=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A661BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661BA is #599E45. Grayscale: #7F7F7F. Windows color (decimal): -5873222 or 12214694. OLE color: 12214694.

HSL color Cylindrical-coordinate representation of color #A661BA: hue angle of 286.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A661BA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 97 186 -
CMYK 0.11 0.48 0 0.27
HSL 286.52º 0.39% 0.55% -
HSV(B) 286.52º 0.48% 0.73% -
XYZ 28.86 20.2 48.83 -
YUV 127.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 166 97 186 0.11 0.48 0 0.27 286.52 0.39 0.55
Hex A6 61 BA B 30 0 1B 11F 27 37
Octal 246 141 272 13 60 0 33 437 47 67
Binary 10100110 1100001 10111010 1011 110000 0 11011 100011111 100111 110111

Color Harmonies of #A661BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661BA

Black with #A661BA

Text Example


Text Example

White with #A661BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661BA; }

 p { color: rgb(166,97,186); }

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

background-color css

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

 a { background-color: rgb(166,97,186); }

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

border-color css

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

 span { border-color: rgb(166,97,186); }

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