Html Css Color HEX #A359DC Amethyst

📋 copy color: '#A359DC'

red 163 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #A359DC

Tints of Amethyst #A359DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.86%

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

R = 34.53%
G = 18.86%
B = 46.61%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A359DC (or 0xA359DC) is known color: Amethyst. HEX triplet: A3, 59 and DC. RGB value is (163,89,220). Sum of RGB (Red+Green+Blue) = 163+89+220=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A359DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DC is #5CA623. Grayscale: #7D7D7D. Windows color (decimal): -6071844 or 14440867. OLE color: 14440867.

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

Color convert

RGB 163 89 220 -
CMYK 0.26 0.60 0 0.14
HSL 273.89º 0.65% 0.61% -
HSV(B) 273.89º 0.6% 0.86% -
XYZ 31.59 20.1 69.92 -
YUV 126.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 163 89 220 0.26 0.60 0 0.14 273.89 0.65 0.61
Hex A3 59 DC 1A 3C 0 E 112 41 3D
Octal 243 131 334 32 74 0 16 422 101 75
Binary 10100011 1011001 11011100 11010 111100 0 1110 100010010 1000001 111101

Color Harmonies of #A359DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359DC

Black with #A359DC

Text Example


Text Example

White with #A359DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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