Html Css Color HEX #A058DF Amethyst

📋 copy color: '#A058DF'

red 160 ◦ green 88 ◦ blue 223

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

Shades of Amethyst #A058DF

Tints of Amethyst #A058DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 33.97%
G = 18.68%
B = 47.35%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A058DF (or 0xA058DF) is known color: Amethyst. HEX triplet: A0, 58 and DF. RGB value is (160,88,223). Sum of RGB (Red+Green+Blue) = 160+88+223=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A058DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058DF is #5FA720. Grayscale: #7C7C7C. Windows color (decimal): -6268705 or 14637216. OLE color: 14637216.

HSL color Cylindrical-coordinate representation of color #A058DF: hue angle of 272º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A058DF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 88 223 -
CMYK 0.28 0.61 0 0.13
HSL 272º 0.68% 0.61% -
HSV(B) 272º 0.61% 0.87% -
XYZ 31.31 19.78 71.98 -
YUV 124.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 160 88 223 0.28 0.61 0 0.13 272 0.68 0.61
Hex A0 58 DF 1C 3D 0 D 110 44 3D
Octal 240 130 337 34 75 0 15 420 104 75
Binary 10100000 1011000 11011111 11100 111101 0 1101 100010000 1000100 111101

Color Harmonies of #A058DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058DF

Black with #A058DF

Text Example


Text Example

White with #A058DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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