Html Css Color HEX #A352CB Deep Lilac

📋 copy color: '#A352CB'

red 163 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #A352CB

Tints of Deep Lilac #A352CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 36.38%
G = 18.3%
B = 45.31%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A352CB (or 0xA352CB) is known color: Deep Lilac. HEX triplet: A3, 52 and CB. RGB value is (163,82,203). Sum of RGB (Red+Green+Blue) = 163+82+203=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A352CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352CB is #5CAD34. Grayscale: #777777. Windows color (decimal): -6073653 or 13324963. OLE color: 13324963.

HSL color Cylindrical-coordinate representation of color #A352CB: hue angle of 280.17º degrees, saturation: 0.54, 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 #A352CB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 82 203 -
CMYK 0.20 0.60 0 0.20
HSL 280.17º 0.54% 0.56% -
HSV(B) 280.17º 0.6% 0.8% -
XYZ 28.9 18.13 58.48 -
YUV 120.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 163 82 203 0.20 0.60 0 0.20 280.17 0.54 0.56
Hex A3 52 CB 14 3C 0 14 118 36 38
Octal 243 122 313 24 74 0 24 430 66 70
Binary 10100011 1010010 11001011 10100 111100 0 10100 100011000 110110 111000

Color Harmonies of #A352CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352CB

Black with #A352CB

Text Example


Text Example

White with #A352CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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