Html Css Color HEX #A253C3 Deep Lilac

📋 copy color: '#A253C3'

red 162 ◦ green 83 ◦ blue 195

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

Shades of Deep Lilac #A253C3

Tints of Deep Lilac #A253C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.32%

R = 36.82%
G = 18.86%
B = 44.32%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A253C3 (or 0xA253C3) is known color: Deep Lilac. HEX triplet: A2, 53 and C3. RGB value is (162,83,195). Sum of RGB (Red+Green+Blue) = 162+83+195=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #A253C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A253C3 is #5DAC3C. Grayscale: #777777. Windows color (decimal): -6138941 or 12800930. OLE color: 12800930.

HSL color Cylindrical-coordinate representation of color #A253C3: hue angle of 282.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A253C3 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 83 195 -
CMYK 0.17 0.57 0 0.24
HSL 282.32º 0.48% 0.55% -
HSV(B) 282.32º 0.57% 0.76% -
XYZ 27.84 17.81 53.6 -
YUV 119.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 162 83 195 0.17 0.57 0 0.24 282.32 0.48 0.55
Hex A2 53 C3 11 39 0 18 11A 30 37
Octal 242 123 303 21 71 0 30 432 60 67
Binary 10100010 1010011 11000011 10001 111001 0 11000 100011010 110000 110111

Color Harmonies of #A253C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253C3

Black with #A253C3

Text Example


Text Example

White with #A253C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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