Html Css Color HEX #A352BA Deep Lilac

📋 copy color: '#A352BA'

red 163 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A352BA

Tints of Deep Lilac #A352BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 37.82%
G = 19.03%
B = 43.16%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A352BA (or 0xA352BA) is known color: Deep Lilac. HEX triplet: A3, 52 and BA. RGB value is (163,82,186). Sum of RGB (Red+Green+Blue) = 163+82+186=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A352BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BA is #5CAD45. Grayscale: #757575. Windows color (decimal): -6073670 or 12210851. OLE color: 12210851.

HSL color Cylindrical-coordinate representation of color #A352BA: hue angle of 286.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A352BA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 82 186 -
CMYK 0.12 0.56 0 0.27
HSL 286.73º 0.43% 0.53% -
HSV(B) 286.73º 0.56% 0.73% -
XYZ 26.98 17.37 48.38 -
YUV 118.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 163 82 186 0.12 0.56 0 0.27 286.73 0.43 0.53
Hex A3 52 BA C 38 0 1B 11F 2B 35
Octal 243 122 272 14 70 0 33 437 53 65
Binary 10100011 1010010 10111010 1100 111000 0 11011 100011111 101011 110101

Color Harmonies of #A352BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352BA

Black with #A352BA

Text Example


Text Example

White with #A352BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352BA; }

 p { color: rgb(163,82,186); }

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

background-color css

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

 a { background-color: rgb(163,82,186); }

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

border-color css

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

 span { border-color: rgb(163,82,186); }

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