Html Css Color HEX #A358D1 Amethyst

📋 copy color: '#A358D1'

red 163 ◦ green 88 ◦ blue 209

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

Shades of Amethyst #A358D1

Tints of Amethyst #A358D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.13%

 BLUE value IS 209 (82.03% from 255) = 45.43%

R = 35.43%
G = 19.13%
B = 45.43%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A358D1 (or 0xA358D1) is known color: Amethyst. HEX triplet: A3, 58 and D1. RGB value is (163,88,209). Sum of RGB (Red+Green+Blue) = 163+88+209=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #A358D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358D1 is #5CA72E. Grayscale: #7B7B7B. Windows color (decimal): -6072111 or 13719715. OLE color: 13719715.

HSL color Cylindrical-coordinate representation of color #A358D1: hue angle of 277.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A358D1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 88 209 -
CMYK 0.22 0.58 0 0.18
HSL 277.19º 0.57% 0.58% -
HSV(B) 277.19º 0.58% 0.82% -
XYZ 30.1 19.37 62.47 -
YUV 124.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 163 88 209 0.22 0.58 0 0.18 277.19 0.57 0.58
Hex A3 58 D1 16 3A 0 12 115 39 3A
Octal 243 130 321 26 72 0 22 425 71 72
Binary 10100011 1011000 11010001 10110 111010 0 10010 100010101 111001 111010

Color Harmonies of #A358D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358D1

Black with #A358D1

Text Example


Text Example

White with #A358D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358D1; }

 p { color: rgb(163,88,209); }

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

background-color css

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

 a { background-color: rgb(163,88,209); }

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

border-color css

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

 span { border-color: rgb(163,88,209); }

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