Html Css Color HEX #A352BC Deep Lilac

📋 copy color: '#A352BC'

red 163 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #A352BC

Tints of Deep Lilac #A352BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 37.64%
G = 18.94%
B = 43.42%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A352BC (or 0xA352BC) is known color: Deep Lilac. HEX triplet: A3, 52 and BC. RGB value is (163,82,188). Sum of RGB (Red+Green+Blue) = 163+82+188=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A352BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A352BC is #5CAD43. Grayscale: #757575. Windows color (decimal): -6073668 or 12341923. OLE color: 12341923.

HSL color Cylindrical-coordinate representation of color #A352BC: hue angle of 285.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A352BC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 82 188 -
CMYK 0.13 0.56 0 0.26
HSL 285.85º 0.44% 0.53% -
HSV(B) 285.85º 0.56% 0.74% -
XYZ 27.2 17.45 49.51 -
YUV 118.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 163 82 188 0.13 0.56 0 0.26 285.85 0.44 0.53
Hex A3 52 BC D 38 0 1A 11E 2C 35
Octal 243 122 274 15 70 0 32 436 54 65
Binary 10100011 1010010 10111100 1101 111000 0 11010 100011110 101100 110101

Color Harmonies of #A352BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352BC

Black with #A352BC

Text Example


Text Example

White with #A352BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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