Html Css Color HEX #A356DC Amethyst

📋 copy color: '#A356DC'

red 163 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #A356DC

Tints of Amethyst #A356DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 34.75%
G = 18.34%
B = 46.91%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A356DC (or 0xA356DC) is known color: Amethyst. HEX triplet: A3, 56 and DC. RGB value is (163,86,220). Sum of RGB (Red+Green+Blue) = 163+86+220=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A356DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356DC is #5CA923. Grayscale: #7B7B7B. Windows color (decimal): -6072612 or 14440099. OLE color: 14440099.

HSL color Cylindrical-coordinate representation of color #A356DC: hue angle of 274.48º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A356DC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 86 220 -
CMYK 0.26 0.61 0 0.14
HSL 274.48º 0.66% 0.6% -
HSV(B) 274.48º 0.61% 0.86% -
XYZ 31.35 19.61 69.84 -
YUV 124.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 163 86 220 0.26 0.61 0 0.14 274.48 0.66 0.6
Hex A3 56 DC 1A 3D 0 E 112 42 3C
Octal 243 126 334 32 75 0 16 422 102 74
Binary 10100011 1010110 11011100 11010 111101 0 1110 100010010 1000010 111100

Color Harmonies of #A356DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356DC

Black with #A356DC

Text Example


Text Example

White with #A356DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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