Html Css Color HEX #A153CB Deep Lilac

📋 copy color: '#A153CB'

red 161 ◦ green 83 ◦ blue 203

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

Shades of Deep Lilac #A153CB

Tints of Deep Lilac #A153CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 36.02%
G = 18.57%
B = 45.41%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A153CB (or 0xA153CB) is known color: Deep Lilac. HEX triplet: A1, 53 and CB. RGB value is (161,83,203). Sum of RGB (Red+Green+Blue) = 161+83+203=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #A153CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153CB is #5EAC34. Grayscale: #777777. Windows color (decimal): -6204469 or 13325217. OLE color: 13325217.

HSL color Cylindrical-coordinate representation of color #A153CB: hue angle of 279º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A153CB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 83 203 -
CMYK 0.21 0.59 0 0.20
HSL 279º 0.54% 0.56% -
HSV(B) 279º 0.59% 0.8% -
XYZ 28.57 18.08 58.48 -
YUV 120 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 161 83 203 0.21 0.59 0 0.20 279 0.54 0.56
Hex A1 53 CB 15 3B 0 14 117 36 38
Octal 241 123 313 25 73 0 24 427 66 70
Binary 10100001 1010011 11001011 10101 111011 0 10100 100010111 110110 111000

Color Harmonies of #A153CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153CB

Black with #A153CB

Text Example


Text Example

White with #A153CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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