Html Css Color HEX #A352BE Deep Lilac

📋 copy color: '#A352BE'

red 163 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #A352BE

Tints of Deep Lilac #A352BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 37.47%
G = 18.85%
B = 43.68%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A352BE (or 0xA352BE) is known color: Deep Lilac. HEX triplet: A3, 52 and BE. RGB value is (163,82,190). Sum of RGB (Red+Green+Blue) = 163+82+190=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #A352BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BE is #5CAD41. Grayscale: #767676. Windows color (decimal): -6073666 or 12472995. OLE color: 12472995.

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

Color convert

RGB 163 82 190 -
CMYK 0.14 0.57 0 0.25
HSL 285º 0.45% 0.53% -
HSV(B) 285º 0.57% 0.75% -
XYZ 27.42 17.54 50.66 -
YUV 118.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 163 82 190 0.14 0.57 0 0.25 285 0.45 0.53
Hex A3 52 BE E 39 0 19 11D 2D 35
Octal 243 122 276 16 71 0 31 435 55 65
Binary 10100011 1010010 10111110 1110 111001 0 11001 100011101 101101 110101

Color Harmonies of #A352BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352BE

Black with #A352BE

Text Example


Text Example

White with #A352BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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