Html Css Color HEX #A256ED Amethyst

📋 copy color: '#A256ED'

red 162 ◦ green 86 ◦ blue 237

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

Shades of Amethyst #A256ED

Tints of Amethyst #A256ED

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 33.4%
G = 17.73%
B = 48.87%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A256ED (or 0xA256ED) is known color: Amethyst. HEX triplet: A2, 56 and ED. RGB value is (162,86,237). Sum of RGB (Red+Green+Blue) = 162+86+237=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A256ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256ED is #5DA912. Grayscale: #7D7D7D. Windows color (decimal): -6138131 or 15554210. OLE color: 15554210.

HSL color Cylindrical-coordinate representation of color #A256ED: hue angle of 270.2º degrees, saturation: 0.81, 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 #A256ED is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 86 237 -
CMYK 0.32 0.64 0 0.07
HSL 270.2º 0.81% 0.63% -
HSV(B) 270.2º 0.64% 0.93% -
XYZ 33.51 20.45 82.3 -
YUV 125.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 162 86 237 0.32 0.64 0 0.07 270.2 0.81 0.63
Hex A2 56 ED 20 40 0 7 10E 51 3F
Octal 242 126 355 40 100 0 7 416 121 77
Binary 10100010 1010110 11101101 100000 1000000 0 111 100001110 1010001 111111

Color Harmonies of #A256ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256ED

Black with #A256ED

Text Example


Text Example

White with #A256ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256ED; }

 p { color: rgb(162,86,237); }

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

background-color css

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

 a { background-color: rgb(162,86,237); }

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

border-color css

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

 span { border-color: rgb(162,86,237); }

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