Html Css Color HEX #A261BA Deep Lilac

📋 copy color: '#A261BA'

red 162 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A261BA

Tints of Deep Lilac #A261BA

RGB

 RED value IS 162 (63.67% from 255) = 36.4%

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

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

R = 36.4%
G = 21.8%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A261BA (or 0xA261BA) is known color: Deep Lilac. HEX triplet: A2, 61 and BA. RGB value is (162,97,186). Sum of RGB (Red+Green+Blue) = 162+97+186=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A261BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BA is #5D9E45. Grayscale: #7E7E7E. Windows color (decimal): -6135366 or 12214690. OLE color: 12214690.

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

Color convert

RGB 162 97 186 -
CMYK 0.13 0.48 0 0.27
HSL 283.82º 0.39% 0.55% -
HSV(B) 283.82º 0.48% 0.73% -
XYZ 28.04 19.78 48.79 -
YUV 126.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 162 97 186 0.13 0.48 0 0.27 283.82 0.39 0.55
Hex A2 61 BA D 30 0 1B 11C 27 37
Octal 242 141 272 15 60 0 33 434 47 67
Binary 10100010 1100001 10111010 1101 110000 0 11011 100011100 100111 110111

Color Harmonies of #A261BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261BA

Black with #A261BA

Text Example


Text Example

White with #A261BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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