Html Css Color HEX #A258D1 Amethyst

📋 copy color: '#A258D1'

red 162 ◦ green 88 ◦ blue 209

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

Shades of Amethyst #A258D1

Tints of Amethyst #A258D1

RGB

 RED value IS 162 (63.67% from 255) = 35.29%

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

 BLUE value IS 209 (82.03% from 255) = 45.53%

R = 35.29%
G = 19.17%
B = 45.53%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A258D1 (or 0xA258D1) is known color: Amethyst. HEX triplet: A2, 58 and D1. RGB value is (162,88,209). Sum of RGB (Red+Green+Blue) = 162+88+209=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #A258D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258D1 is #5DA72E. Grayscale: #7B7B7B. Windows color (decimal): -6137647 or 13719714. OLE color: 13719714.

HSL color Cylindrical-coordinate representation of color #A258D1: hue angle of 276.69º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A258D1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 88 209 -
CMYK 0.22 0.58 0 0.18
HSL 276.69º 0.57% 0.58% -
HSV(B) 276.69º 0.58% 0.82% -
XYZ 29.9 19.26 62.46 -
YUV 123.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 162 88 209 0.22 0.58 0 0.18 276.69 0.57 0.58
Hex A2 58 D1 16 3A 0 12 115 39 3A
Octal 242 130 321 26 72 0 22 425 71 72
Binary 10100010 1011000 11010001 10110 111010 0 10010 100010101 111001 111010

Color Harmonies of #A258D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258D1

Black with #A258D1

Text Example


Text Example

White with #A258D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258D1; }

 p { color: rgb(162,88,209); }

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

background-color css

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

 a { background-color: rgb(162,88,209); }

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

border-color css

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

 span { border-color: rgb(162,88,209); }

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