Html Css Color HEX #A352CD Deep Lilac

📋 copy color: '#A352CD'

red 163 ◦ green 82 ◦ blue 205

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

Shades of Deep Lilac #A352CD

Tints of Deep Lilac #A352CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 36.22%
G = 18.22%
B = 45.56%

CMYK

 C value IS 0.20

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A352CD (or 0xA352CD) is known color: Deep Lilac. HEX triplet: A3, 52 and CD. RGB value is (163,82,205). Sum of RGB (Red+Green+Blue) = 163+82+205=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #A352CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352CD is #5CAD32. Grayscale: #777777. Windows color (decimal): -6073651 or 13456035. OLE color: 13456035.

HSL color Cylindrical-coordinate representation of color #A352CD: hue angle of 279.51º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A352CD is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 82 205 -
CMYK 0.20 0.6 0 0.20
HSL 279.51º 0.55% 0.56% -
HSV(B) 279.51º 0.6% 0.8% -
XYZ 29.14 18.23 59.74 -
YUV 120.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 163 82 205 0.20 0.6 0 0.20 279.51 0.55 0.56
Hex A3 52 CD 14 3C 0 14 118 37 38
Octal 243 122 315 24 74 0 24 430 67 70
Binary 10100011 1010010 11001101 10100 111100 0 10100 100011000 110111 111000

Color Harmonies of #A352CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352CD

Black with #A352CD

Text Example


Text Example

White with #A352CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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