Html Css Color HEX #A356CC Deep Lilac

📋 copy color: '#A356CC'

red 163 ◦ green 86 ◦ blue 204

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

Shades of Deep Lilac #A356CC

Tints of Deep Lilac #A356CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

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

R = 35.98%
G = 18.98%
B = 45.03%

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

#A356CC (or 0xA356CC) is known color: Deep Lilac. HEX triplet: A3, 56 and CC. RGB value is (163,86,204). Sum of RGB (Red+Green+Blue) = 163+86+204=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A356CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356CC is #5CA933. Grayscale: #7A7A7A. Windows color (decimal): -6072628 or 13391523. OLE color: 13391523.

HSL color Cylindrical-coordinate representation of color #A356CC: hue angle of 279.15º 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 #A356CC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 86 204 -
CMYK 0.20 0.58 0 0.2
HSL 279.15º 0.54% 0.57% -
HSV(B) 279.15º 0.58% 0.8% -
XYZ 29.33 18.8 59.21 -
YUV 122.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 163 86 204 0.20 0.58 0 0.2 279.15 0.54 0.57
Hex A3 56 CC 14 3A 0 14 117 36 39
Octal 243 126 314 24 72 0 24 427 66 71
Binary 10100011 1010110 11001100 10100 111010 0 10100 100010111 110110 111001

Color Harmonies of #A356CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356CC

Black with #A356CC

Text Example


Text Example

White with #A356CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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