Html Css Color HEX #A253BA Deep Lilac

📋 copy color: '#A253BA'

red 162 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #A253BA

Tints of Deep Lilac #A253BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

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

R = 37.59%
G = 19.26%
B = 43.16%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A253BA (or 0xA253BA) is known color: Deep Lilac. HEX triplet: A2, 53 and BA. RGB value is (162,83,186). Sum of RGB (Red+Green+Blue) = 162+83+186=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A253BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253BA is #5DAC45. Grayscale: #767676. Windows color (decimal): -6138950 or 12211106. OLE color: 12211106.

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

Color convert

RGB 162 83 186 -
CMYK 0.13 0.55 0 0.27
HSL 286.02º 0.43% 0.53% -
HSV(B) 286.02º 0.55% 0.73% -
XYZ 26.86 17.41 48.4 -
YUV 118.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 162 83 186 0.13 0.55 0 0.27 286.02 0.43 0.53
Hex A2 53 BA D 37 0 1B 11E 2B 35
Octal 242 123 272 15 67 0 33 436 53 65
Binary 10100010 1010011 10111010 1101 110111 0 11011 100011110 101011 110101

Color Harmonies of #A253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253BA

Black with #A253BA

Text Example


Text Example

White with #A253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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