Html Css Color HEX #A257EC Amethyst

📋 copy color: '#A257EC'

red 162 ◦ green 87 ◦ blue 236

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

Shades of Amethyst #A257EC

Tints of Amethyst #A257EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.94%

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

R = 33.4%
G = 17.94%
B = 48.66%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A257EC (or 0xA257EC) is known color: Amethyst. HEX triplet: A2, 57 and EC. RGB value is (162,87,236). Sum of RGB (Red+Green+Blue) = 162+87+236=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A257EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257EC is #5DA813. Grayscale: #7D7D7D. Windows color (decimal): -6137876 or 15488930. OLE color: 15488930.

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

Color convert

RGB 162 87 236 -
CMYK 0.31 0.63 0 0.07
HSL 270.2º 0.8% 0.63% -
HSV(B) 270.2º 0.63% 0.93% -
XYZ 33.45 20.55 81.56 -
YUV 126.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 162 87 236 0.31 0.63 0 0.07 270.2 0.8 0.63
Hex A2 57 EC 1F 3F 0 7 10E 50 3F
Octal 242 127 354 37 77 0 7 416 120 77
Binary 10100010 1010111 11101100 11111 111111 0 111 100001110 1010000 111111

Color Harmonies of #A257EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257EC

Black with #A257EC

Text Example


Text Example

White with #A257EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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