Html Css Color HEX #A058CE Amethyst

📋 copy color: '#A058CE'

red 160 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #A058CE

Tints of Amethyst #A058CE

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

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

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

R = 35.24%
G = 19.38%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A058CE (or 0xA058CE) is known color: Amethyst. HEX triplet: A0, 58 and CE. RGB value is (160,88,206). Sum of RGB (Red+Green+Blue) = 160+88+206=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #A058CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058CE is #5FA731. Grayscale: #7A7A7A. Windows color (decimal): -6268722 or 13523104. OLE color: 13523104.

HSL color Cylindrical-coordinate representation of color #A058CE: hue angle of 276.61º 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 #A058CE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 88 206 -
CMYK 0.22 0.57 0 0.19
HSL 276.61º 0.55% 0.58% -
HSV(B) 276.61º 0.57% 0.81% -
XYZ 29.13 18.91 60.51 -
YUV 122.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 160 88 206 0.22 0.57 0 0.19 276.61 0.55 0.58
Hex A0 58 CE 16 39 0 13 115 37 3A
Octal 240 130 316 26 71 0 23 425 67 72
Binary 10100000 1011000 11001110 10110 111001 0 10011 100010101 110111 111010

Color Harmonies of #A058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058CE

Black with #A058CE

Text Example


Text Example

White with #A058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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