Html Css Color HEX #A355CC Deep Lilac

📋 copy color: '#A355CC'

red 163 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #A355CC

Tints of Deep Lilac #A355CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 36.06%
G = 18.81%
B = 45.13%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A355CC (or 0xA355CC) is known color: Deep Lilac. HEX triplet: A3, 55 and CC. RGB value is (163,85,204). Sum of RGB (Red+Green+Blue) = 163+85+204=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A355CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355CC is #5CAA33. Grayscale: #797979. Windows color (decimal): -6072884 or 13391267. OLE color: 13391267.

HSL color Cylindrical-coordinate representation of color #A355CC: hue angle of 279.33º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A355CC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 85 204 -
CMYK 0.20 0.58 0 0.2
HSL 279.33º 0.54% 0.57% -
HSV(B) 279.33º 0.58% 0.8% -
XYZ 29.25 18.64 59.18 -
YUV 121.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 163 85 204 0.20 0.58 0 0.2 279.33 0.54 0.57
Hex A3 55 CC 14 3A 0 14 117 36 39
Octal 243 125 314 24 72 0 24 427 66 71
Binary 10100011 1010101 11001100 10100 111010 0 10100 100010111 110110 111001

Color Harmonies of #A355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355CC

Black with #A355CC

Text Example


Text Example

White with #A355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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