Html Css Color HEX #A153CF Deep Lilac

📋 copy color: '#A153CF'

red 161 ◦ green 83 ◦ blue 207

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

Shades of Deep Lilac #A153CF

Tints of Deep Lilac #A153CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 35.7%
G = 18.4%
B = 45.9%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A153CF (or 0xA153CF) is known color: Deep Lilac. HEX triplet: A1, 53 and CF. RGB value is (161,83,207). Sum of RGB (Red+Green+Blue) = 161+83+207=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A153CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153CF is #5EAC30. Grayscale: #787878. Windows color (decimal): -6204465 or 13587361. OLE color: 13587361.

HSL color Cylindrical-coordinate representation of color #A153CF: hue angle of 277.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A153CF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 83 207 -
CMYK 0.22 0.60 0 0.19
HSL 277.74º 0.56% 0.57% -
HSV(B) 277.74º 0.6% 0.81% -
XYZ 29.05 18.27 61.03 -
YUV 120.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 161 83 207 0.22 0.60 0 0.19 277.74 0.56 0.57
Hex A1 53 CF 16 3C 0 13 116 38 39
Octal 241 123 317 26 74 0 23 426 70 71
Binary 10100001 1010011 11001111 10110 111100 0 10011 100010110 111000 111001

Color Harmonies of #A153CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153CF

Black with #A153CF

Text Example


Text Example

White with #A153CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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