Html Css Color HEX #A358CE Amethyst

📋 copy color: '#A358CE'

red 163 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #A358CE

Tints of Amethyst #A358CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 35.67%
G = 19.26%
B = 45.08%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A358CE (or 0xA358CE) is known color: Amethyst. HEX triplet: A3, 58 and CE. RGB value is (163,88,206). Sum of RGB (Red+Green+Blue) = 163+88+206=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A358CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358CE is #5CA731. Grayscale: #7B7B7B. Windows color (decimal): -6072114 or 13523107. OLE color: 13523107.

HSL color Cylindrical-coordinate representation of color #A358CE: hue angle of 278.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A358CE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 88 206 -
CMYK 0.21 0.57 0 0.19
HSL 278.14º 0.55% 0.58% -
HSV(B) 278.14º 0.57% 0.81% -
XYZ 29.73 19.22 60.54 -
YUV 123.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 163 88 206 0.21 0.57 0 0.19 278.14 0.55 0.58
Hex A3 58 CE 15 39 0 13 116 37 3A
Octal 243 130 316 25 71 0 23 426 67 72
Binary 10100011 1011000 11001110 10101 111001 0 10011 100010110 110111 111010

Color Harmonies of #A358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358CE

Black with #A358CE

Text Example


Text Example

White with #A358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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