Html Css Color HEX #A352CA Deep Lilac

📋 copy color: '#A352CA'

red 163 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #A352CA

Tints of Deep Lilac #A352CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 36.47%
G = 18.34%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A352CA (or 0xA352CA) is known color: Deep Lilac. HEX triplet: A3, 52 and CA. RGB value is (163,82,202). Sum of RGB (Red+Green+Blue) = 163+82+202=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A352CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352CA is #5CAD35. Grayscale: #777777. Windows color (decimal): -6073654 or 13259427. OLE color: 13259427.

HSL color Cylindrical-coordinate representation of color #A352CA: hue angle of 280.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A352CA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 82 202 -
CMYK 0.19 0.59 0 0.21
HSL 280.5º 0.53% 0.56% -
HSV(B) 280.5º 0.59% 0.79% -
XYZ 28.78 18.09 57.85 -
YUV 119.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 163 82 202 0.19 0.59 0 0.21 280.5 0.53 0.56
Hex A3 52 CA 13 3B 0 15 118 35 38
Octal 243 122 312 23 73 0 25 430 65 70
Binary 10100011 1010010 11001010 10011 111011 0 10101 100011000 110101 111000

Color Harmonies of #A352CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352CA

Black with #A352CA

Text Example


Text Example

White with #A352CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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