Html Css Color HEX #A352CE Deep Lilac

📋 copy color: '#A352CE'

red 163 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #A352CE

Tints of Deep Lilac #A352CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 36.14%
G = 18.18%
B = 45.68%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A352CE (or 0xA352CE) is known color: Deep Lilac. HEX triplet: A3, 52 and CE. RGB value is (163,82,206). Sum of RGB (Red+Green+Blue) = 163+82+206=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A352CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352CE is #5CAD31. Grayscale: #777777. Windows color (decimal): -6073650 or 13521571. OLE color: 13521571.

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

Color convert

RGB 163 82 206 -
CMYK 0.21 0.60 0 0.19
HSL 279.19º 0.56% 0.56% -
HSV(B) 279.19º 0.6% 0.81% -
XYZ 29.26 18.28 60.38 -
YUV 120.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 163 82 206 0.21 0.60 0 0.19 279.19 0.56 0.56
Hex A3 52 CE 15 3C 0 13 117 38 38
Octal 243 122 316 25 74 0 23 427 70 70
Binary 10100011 1010010 11001110 10101 111100 0 10011 100010111 111000 111000

Color Harmonies of #A352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352CE

Black with #A352CE

Text Example


Text Example

White with #A352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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