Html Css Color HEX #A256E8 Amethyst

📋 copy color: '#A256E8'

red 162 ◦ green 86 ◦ blue 232

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

Shades of Amethyst #A256E8

Tints of Amethyst #A256E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 33.75%
G = 17.92%
B = 48.33%

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

#A256E8 (or 0xA256E8) is known color: Amethyst. HEX triplet: A2, 56 and E8. RGB value is (162,86,232). Sum of RGB (Red+Green+Blue) = 162+86+232=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #A256E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256E8 is #5DA917. Grayscale: #7C7C7C. Windows color (decimal): -6138136 or 15226530. OLE color: 15226530.

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

Color convert

RGB 162 86 232 -
CMYK 0.30 0.63 0 0.09
HSL 271.23º 0.76% 0.62% -
HSV(B) 271.23º 0.63% 0.91% -
XYZ 32.79 20.16 78.51 -
YUV 125.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 162 86 232 0.30 0.63 0 0.09 271.23 0.76 0.62
Hex A2 56 E8 1E 3F 0 9 10F 4C 3E
Octal 242 126 350 36 77 0 11 417 114 76
Binary 10100010 1010110 11101000 11110 111111 0 1001 100001111 1001100 111110

Color Harmonies of #A256E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256E8

Black with #A256E8

Text Example


Text Example

White with #A256E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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