Html Css Color HEX #A254EE Amethyst

📋 copy color: '#A254EE'

red 162 ◦ green 84 ◦ blue 238

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

Shades of Amethyst #A254EE

Tints of Amethyst #A254EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 33.47%
G = 17.36%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A254EE (or 0xA254EE) is known color: Amethyst. HEX triplet: A2, 54 and EE. RGB value is (162,84,238). Sum of RGB (Red+Green+Blue) = 162+84+238=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A254EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254EE is #5DAB11. Grayscale: #7C7C7C. Windows color (decimal): -6138642 or 15619234. OLE color: 15619234.

HSL color Cylindrical-coordinate representation of color #A254EE: hue angle of 270.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A254EE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 84 238 -
CMYK 0.32 0.65 0 0.07
HSL 270.39º 0.82% 0.63% -
HSV(B) 270.39º 0.65% 0.93% -
XYZ 33.5 20.2 83.02 -
YUV 124.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 162 84 238 0.32 0.65 0 0.07 270.39 0.82 0.63
Hex A2 54 EE 20 41 0 7 10E 52 3F
Octal 242 124 356 40 101 0 7 416 122 77
Binary 10100010 1010100 11101110 100000 1000001 0 111 100001110 1010010 111111

Color Harmonies of #A254EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254EE

Black with #A254EE

Text Example


Text Example

White with #A254EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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