Html Css Color HEX #A352B3 Deep Lilac

📋 copy color: '#A352B3'

red 163 ◦ green 82 ◦ blue 179

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

Shades of Deep Lilac #A352B3

Tints of Deep Lilac #A352B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.22%

R = 38.44%
G = 19.34%
B = 42.22%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A352B3 (or 0xA352B3) is known color: Deep Lilac. HEX triplet: A3, 52 and B3. RGB value is (163,82,179). Sum of RGB (Red+Green+Blue) = 163+82+179=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #A352B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352B3 is #5CAD4C. Grayscale: #747474. Windows color (decimal): -6073677 or 11752099. OLE color: 11752099.

HSL color Cylindrical-coordinate representation of color #A352B3: hue angle of 290.1º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A352B3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 82 179 -
CMYK 0.09 0.54 0 0.30
HSL 290.1º 0.39% 0.51% -
HSV(B) 290.1º 0.54% 0.7% -
XYZ 26.26 17.08 44.56 -
YUV 117.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 163 82 179 0.09 0.54 0 0.30 290.1 0.39 0.51
Hex A3 52 B3 9 36 0 1E 122 27 33
Octal 243 122 263 11 66 0 36 442 47 63
Binary 10100011 1010010 10110011 1001 110110 0 11110 100100010 100111 110011

Color Harmonies of #A352B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352B3

Black with #A352B3

Text Example


Text Example

White with #A352B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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