Html Css Color HEX #A254EC Amethyst

📋 copy color: '#A254EC'

red 162 ◦ green 84 ◦ blue 236

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

Shades of Amethyst #A254EC

Tints of Amethyst #A254EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 33.61%
G = 17.43%
B = 48.96%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A254EC (or 0xA254EC) is known color: Amethyst. HEX triplet: A2, 54 and EC. RGB value is (162,84,236). Sum of RGB (Red+Green+Blue) = 162+84+236=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A254EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A254EC is #5DAB13. Grayscale: #7C7C7C. Windows color (decimal): -6138644 or 15488162. OLE color: 15488162.

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

Color convert

RGB 162 84 236 -
CMYK 0.31 0.64 0 0.07
HSL 270.79º 0.8% 0.63% -
HSV(B) 270.79º 0.64% 0.93% -
XYZ 33.21 20.08 81.48 -
YUV 124.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 162 84 236 0.31 0.64 0 0.07 270.79 0.8 0.63
Hex A2 54 EC 1F 40 0 7 10F 50 3F
Octal 242 124 354 37 100 0 7 417 120 77
Binary 10100010 1010100 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A254EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254EC

Black with #A254EC

Text Example


Text Example

White with #A254EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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