Html Css Color HEX #A353B6 Deep Lilac

📋 copy color: '#A353B6'

red 163 ◦ green 83 ◦ blue 182

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

Shades of Deep Lilac #A353B6

Tints of Deep Lilac #A353B6

RGB

 RED value IS 163 (64.06% from 255) = 38.08%

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 38.08%
G = 19.39%
B = 42.52%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A353B6 (or 0xA353B6) is known color: Deep Lilac. HEX triplet: A3, 53 and B6. RGB value is (163,83,182). Sum of RGB (Red+Green+Blue) = 163+83+182=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #A353B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353B6 is #5CAC49. Grayscale: #757575. Windows color (decimal): -6073418 or 11948963. OLE color: 11948963.

HSL color Cylindrical-coordinate representation of color #A353B6: hue angle of 288.48º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A353B6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 83 182 -
CMYK 0.10 0.54 0 0.29
HSL 288.48º 0.4% 0.52% -
HSV(B) 288.48º 0.54% 0.71% -
XYZ 26.64 17.35 46.2 -
YUV 118.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 163 83 182 0.10 0.54 0 0.29 288.48 0.4 0.52
Hex A3 53 B6 A 36 0 1D 120 28 34
Octal 243 123 266 12 66 0 35 440 50 64
Binary 10100011 1010011 10110110 1010 110110 0 11101 100100000 101000 110100

Color Harmonies of #A353B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353B6

Black with #A353B6

Text Example


Text Example

White with #A353B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353B6; }

 p { color: rgb(163,83,182); }

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

background-color css

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

 a { background-color: rgb(163,83,182); }

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

border-color css

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

 span { border-color: rgb(163,83,182); }

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