Html Css Color HEX #A153BA Deep Lilac

📋 copy color: '#A153BA'

red 161 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #A153BA

Tints of Deep Lilac #A153BA

RGB

 RED value IS 161 (63.28% from 255) = 37.44%

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

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

R = 37.44%
G = 19.3%
B = 43.26%

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

#A153BA (or 0xA153BA) is known color: Deep Lilac. HEX triplet: A1, 53 and BA. RGB value is (161,83,186). Sum of RGB (Red+Green+Blue) = 161+83+186=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A153BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153BA is #5EAC45. Grayscale: #757575. Windows color (decimal): -6204486 or 12211105. OLE color: 12211105.

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

Color convert

RGB 161 83 186 -
CMYK 0.13 0.55 0 0.27
HSL 285.44º 0.43% 0.53% -
HSV(B) 285.44º 0.55% 0.73% -
XYZ 26.65 17.31 48.39 -
YUV 118.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 161 83 186 0.13 0.55 0 0.27 285.44 0.43 0.53
Hex A1 53 BA D 37 0 1B 11D 2B 35
Octal 241 123 272 15 67 0 33 435 53 65
Binary 10100001 1010011 10111010 1101 110111 0 11011 100011101 101011 110101

Color Harmonies of #A153BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153BA

Black with #A153BA

Text Example


Text Example

White with #A153BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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