Html Css Color HEX #A358DE Amethyst

📋 copy color: '#A358DE'

red 163 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #A358DE

Tints of Amethyst #A358DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 34.46%
G = 18.6%
B = 46.93%

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

#A358DE (or 0xA358DE) is known color: Amethyst. HEX triplet: A3, 58 and DE. RGB value is (163,88,222). Sum of RGB (Red+Green+Blue) = 163+88+222=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #A358DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358DE is #5CA721. Grayscale: #7D7D7D. Windows color (decimal): -6072098 or 14571683. OLE color: 14571683.

HSL color Cylindrical-coordinate representation of color #A358DE: hue angle of 273.58º degrees, saturation: 0.67, 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 #A358DE is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 88 222 -
CMYK 0.27 0.60 0 0.13
HSL 273.58º 0.67% 0.61% -
HSV(B) 273.58º 0.6% 0.87% -
XYZ 31.78 20.04 71.3 -
YUV 125.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 163 88 222 0.27 0.60 0 0.13 273.58 0.67 0.61
Hex A3 58 DE 1B 3C 0 D 112 43 3D
Octal 243 130 336 33 74 0 15 422 103 75
Binary 10100011 1011000 11011110 11011 111100 0 1101 100010010 1000011 111101

Color Harmonies of #A358DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358DE

Black with #A358DE

Text Example


Text Example

White with #A358DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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