Html Css Color HEX #A355C2 Deep Lilac

📋 copy color: '#A355C2'

red 163 ◦ green 85 ◦ blue 194

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

Shades of Deep Lilac #A355C2

Tints of Deep Lilac #A355C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 36.88%
G = 19.23%
B = 43.89%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A355C2 (or 0xA355C2) is known color: Deep Lilac. HEX triplet: A3, 55 and C2. RGB value is (163,85,194). Sum of RGB (Red+Green+Blue) = 163+85+194=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #A355C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355C2 is #5CAA3D. Grayscale: #787878. Windows color (decimal): -6072894 or 12735907. OLE color: 12735907.

HSL color Cylindrical-coordinate representation of color #A355C2: hue angle of 282.94º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A355C2 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 85 194 -
CMYK 0.16 0.56 0 0.24
HSL 282.94º 0.47% 0.55% -
HSV(B) 282.94º 0.56% 0.76% -
XYZ 28.09 18.18 53.07 -
YUV 120.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 163 85 194 0.16 0.56 0 0.24 282.94 0.47 0.55
Hex A3 55 C2 10 38 0 18 11B 2F 37
Octal 243 125 302 20 70 0 30 433 57 67
Binary 10100011 1010101 11000010 10000 111000 0 11000 100011011 101111 110111

Color Harmonies of #A355C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355C2

Black with #A355C2

Text Example


Text Example

White with #A355C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355C2; }

 p { color: rgb(163,85,194); }

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

background-color css

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

 a { background-color: rgb(163,85,194); }

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

border-color css

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

 span { border-color: rgb(163,85,194); }

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