Html Css Color HEX #A058DB Amethyst

📋 copy color: '#A058DB'

red 160 ◦ green 88 ◦ blue 219

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

Shades of Amethyst #A058DB

Tints of Amethyst #A058DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 34.26%
G = 18.84%
B = 46.9%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A058DB (or 0xA058DB) is known color: Amethyst. HEX triplet: A0, 58 and DB. RGB value is (160,88,219). Sum of RGB (Red+Green+Blue) = 160+88+219=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A058DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058DB is #5FA724. Grayscale: #7C7C7C. Windows color (decimal): -6268709 or 14375072. OLE color: 14375072.

HSL color Cylindrical-coordinate representation of color #A058DB: hue angle of 272.98º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A058DB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 88 219 -
CMYK 0.27 0.60 0 0.14
HSL 272.98º 0.65% 0.6% -
HSV(B) 272.98º 0.6% 0.86% -
XYZ 30.77 19.57 69.17 -
YUV 124.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 160 88 219 0.27 0.60 0 0.14 272.98 0.65 0.6
Hex A0 58 DB 1B 3C 0 E 111 41 3C
Octal 240 130 333 33 74 0 16 421 101 74
Binary 10100000 1011000 11011011 11011 111100 0 1110 100010001 1000001 111100

Color Harmonies of #A058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058DB

Black with #A058DB

Text Example


Text Example

White with #A058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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