Html Css Color HEX #A352BD Deep Lilac

📋 copy color: '#A352BD'

red 163 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #A352BD

Tints of Deep Lilac #A352BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 37.56%
G = 18.89%
B = 43.55%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A352BD (or 0xA352BD) is known color: Deep Lilac. HEX triplet: A3, 52 and BD. RGB value is (163,82,189). Sum of RGB (Red+Green+Blue) = 163+82+189=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #A352BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BD is #5CAD42. Grayscale: #767676. Windows color (decimal): -6073667 or 12407459. OLE color: 12407459.

HSL color Cylindrical-coordinate representation of color #A352BD: hue angle of 285.42º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A352BD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 82 189 -
CMYK 0.14 0.57 0 0.26
HSL 285.42º 0.45% 0.53% -
HSV(B) 285.42º 0.57% 0.74% -
XYZ 27.31 17.5 50.08 -
YUV 118.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 163 82 189 0.14 0.57 0 0.26 285.42 0.45 0.53
Hex A3 52 BD E 39 0 1A 11D 2D 35
Octal 243 122 275 16 71 0 32 435 55 65
Binary 10100011 1010010 10111101 1110 111001 0 11010 100011101 101101 110101

Color Harmonies of #A352BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352BD

Black with #A352BD

Text Example


Text Example

White with #A352BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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