Html Css Color HEX #A153D0 Deep Lilac

📋 copy color: '#A153D0'

red 161 ◦ green 83 ◦ blue 208

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

Shades of Deep Lilac #A153D0

Tints of Deep Lilac #A153D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 35.62%
G = 18.36%
B = 46.02%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A153D0 (or 0xA153D0) is known color: Deep Lilac. HEX triplet: A1, 53 and D0. RGB value is (161,83,208). Sum of RGB (Red+Green+Blue) = 161+83+208=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A153D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153D0 is #5EAC2F. Grayscale: #787878. Windows color (decimal): -6204464 or 13652897. OLE color: 13652897.

HSL color Cylindrical-coordinate representation of color #A153D0: hue angle of 277.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A153D0 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 83 208 -
CMYK 0.23 0.60 0 0.18
HSL 277.44º 0.57% 0.57% -
HSV(B) 277.44º 0.6% 0.82% -
XYZ 29.18 18.32 61.67 -
YUV 120.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 161 83 208 0.23 0.60 0 0.18 277.44 0.57 0.57
Hex A1 53 D0 17 3C 0 12 115 39 39
Octal 241 123 320 27 74 0 22 425 71 71
Binary 10100001 1010011 11010000 10111 111100 0 10010 100010101 111001 111001

Color Harmonies of #A153D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153D0

Black with #A153D0

Text Example


Text Example

White with #A153D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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