Html Css Color HEX #A254D1 Amethyst

📋 copy color: '#A254D1'

red 162 ◦ green 84 ◦ blue 209

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

Shades of Amethyst #A254D1

Tints of Amethyst #A254D1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 35.6%
G = 18.46%
B = 45.93%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A254D1 (or 0xA254D1) is known color: Amethyst. HEX triplet: A2, 54 and D1. RGB value is (162,84,209). Sum of RGB (Red+Green+Blue) = 162+84+209=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #A254D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254D1 is #5DAB2E. Grayscale: #797979. Windows color (decimal): -6138671 or 13718690. OLE color: 13718690.

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

Color convert

RGB 162 84 209 -
CMYK 0.22 0.60 0 0.18
HSL 277.44º 0.58% 0.57% -
HSV(B) 277.44º 0.6% 0.82% -
XYZ 29.58 18.63 62.36 -
YUV 121.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 162 84 209 0.22 0.60 0 0.18 277.44 0.58 0.57
Hex A2 54 D1 16 3C 0 12 115 3A 39
Octal 242 124 321 26 74 0 22 425 72 71
Binary 10100010 1010100 11010001 10110 111100 0 10010 100010101 111010 111001

Color Harmonies of #A254D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254D1

Black with #A254D1

Text Example


Text Example

White with #A254D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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