Html Css Color HEX #A256E9 Amethyst

📋 copy color: '#A256E9'

red 162 ◦ green 86 ◦ blue 233

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

Shades of Amethyst #A256E9

Tints of Amethyst #A256E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 33.68%
G = 17.88%
B = 48.44%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A256E9 (or 0xA256E9) is known color: Amethyst. HEX triplet: A2, 56 and E9. RGB value is (162,86,233). Sum of RGB (Red+Green+Blue) = 162+86+233=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #A256E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256E9 is #5DA916. Grayscale: #7C7C7C. Windows color (decimal): -6138135 or 15292066. OLE color: 15292066.

HSL color Cylindrical-coordinate representation of color #A256E9: hue angle of 271.02º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A256E9 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 86 233 -
CMYK 0.30 0.63 0 0.09
HSL 271.02º 0.77% 0.63% -
HSV(B) 271.02º 0.63% 0.91% -
XYZ 32.94 20.22 79.26 -
YUV 125.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 162 86 233 0.30 0.63 0 0.09 271.02 0.77 0.63
Hex A2 56 E9 1E 3F 0 9 10F 4D 3F
Octal 242 126 351 36 77 0 11 417 115 77
Binary 10100010 1010110 11101001 11110 111111 0 1001 100001111 1001101 111111

Color Harmonies of #A256E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256E9

Black with #A256E9

Text Example


Text Example

White with #A256E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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