Html Css Color HEX #A359DF Amethyst

📋 copy color: '#A359DF'

red 163 ◦ green 89 ◦ blue 223

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

Shades of Amethyst #A359DF

Tints of Amethyst #A359DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 34.32%
G = 18.74%
B = 46.95%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A359DF (or 0xA359DF) is known color: Amethyst. HEX triplet: A3, 59 and DF. RGB value is (163,89,223). Sum of RGB (Red+Green+Blue) = 163+89+223=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A359DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DF is #5CA620. Grayscale: #7D7D7D. Windows color (decimal): -6071841 or 14637475. OLE color: 14637475.

HSL color Cylindrical-coordinate representation of color #A359DF: hue angle of 273.13º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A359DF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 89 223 -
CMYK 0.27 0.60 0 0.13
HSL 273.13º 0.68% 0.61% -
HSV(B) 273.13º 0.6% 0.87% -
XYZ 32 20.26 72.04 -
YUV 126.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 163 89 223 0.27 0.60 0 0.13 273.13 0.68 0.61
Hex A3 59 DF 1B 3C 0 D 111 44 3D
Octal 243 131 337 33 74 0 15 421 104 75
Binary 10100011 1011001 11011111 11011 111100 0 1101 100010001 1000100 111101

Color Harmonies of #A359DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359DF

Black with #A359DF

Text Example


Text Example

White with #A359DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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