Html Css Color HEX #A757EC Amethyst

📋 copy color: '#A757EC'

red 167 ◦ green 87 ◦ blue 236

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

Shades of Amethyst #A757EC

Tints of Amethyst #A757EC

RGB

 RED value IS 167 (65.63% from 255) = 34.08%

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

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

R = 34.08%
G = 17.76%
B = 48.16%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A757EC (or 0xA757EC) is known color: Amethyst. HEX triplet: A7, 57 and EC. RGB value is (167,87,236). Sum of RGB (Red+Green+Blue) = 167+87+236=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A757EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A757EC is #58A813. Grayscale: #7F7F7F. Windows color (decimal): -5810196 or 15488935. OLE color: 15488935.

HSL color Cylindrical-coordinate representation of color #A757EC: hue angle of 272.21º 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 #A757EC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 87 236 -
CMYK 0.29 0.63 0 0.07
HSL 272.21º 0.8% 0.63% -
HSV(B) 272.21º 0.63% 0.93% -
XYZ 34.48 21.09 81.61 -
YUV 127.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 167 87 236 0.29 0.63 0 0.07 272.21 0.8 0.63
Hex A7 57 EC 1D 3F 0 7 110 50 3F
Octal 247 127 354 35 77 0 7 420 120 77
Binary 10100111 1010111 11101100 11101 111111 0 111 100010000 1010000 111111

Color Harmonies of #A757EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A757EC

Black with #A757EC

Text Example


Text Example

White with #A757EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A757EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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