Html Css Color HEX #A358D2 Amethyst

📋 copy color: '#A358D2'

red 163 ◦ green 88 ◦ blue 210

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

Shades of Amethyst #A358D2

Tints of Amethyst #A358D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 35.36%
G = 19.09%
B = 45.55%

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

#A358D2 (or 0xA358D2) is known color: Amethyst. HEX triplet: A3, 58 and D2. RGB value is (163,88,210). Sum of RGB (Red+Green+Blue) = 163+88+210=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #A358D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358D2 is #5CA72D. Grayscale: #7B7B7B. Windows color (decimal): -6072110 or 13785251. OLE color: 13785251.

HSL color Cylindrical-coordinate representation of color #A358D2: hue angle of 276.89º degrees, saturation: 0.58, 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 #A358D2 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 88 210 -
CMYK 0.22 0.58 0 0.18
HSL 276.89º 0.58% 0.58% -
HSV(B) 276.89º 0.58% 0.82% -
XYZ 30.23 19.42 63.13 -
YUV 124.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 163 88 210 0.22 0.58 0 0.18 276.89 0.58 0.58
Hex A3 58 D2 16 3A 0 12 115 3A 3A
Octal 243 130 322 26 72 0 22 425 72 72
Binary 10100011 1011000 11010010 10110 111010 0 10010 100010101 111010 111010

Color Harmonies of #A358D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358D2

Black with #A358D2

Text Example


Text Example

White with #A358D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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