Html Css Color HEX #A256E4 Amethyst

📋 copy color: '#A256E4'

red 162 ◦ green 86 ◦ blue 228

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

Shades of Amethyst #A256E4

Tints of Amethyst #A256E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.9%

R = 34.03%
G = 18.07%
B = 47.9%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A256E4 (or 0xA256E4) is known color: Amethyst. HEX triplet: A2, 56 and E4. RGB value is (162,86,228). Sum of RGB (Red+Green+Blue) = 162+86+228=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #A256E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256E4 is #5DA91B. Grayscale: #7C7C7C. Windows color (decimal): -6138140 or 14964386. OLE color: 14964386.

HSL color Cylindrical-coordinate representation of color #A256E4: hue angle of 272.11º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A256E4 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 86 228 -
CMYK 0.29 0.62 0 0.11
HSL 272.11º 0.72% 0.62% -
HSV(B) 272.11º 0.62% 0.89% -
XYZ 32.23 19.94 75.55 -
YUV 124.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 162 86 228 0.29 0.62 0 0.11 272.11 0.72 0.62
Hex A2 56 E4 1D 3E 0 B 110 48 3E
Octal 242 126 344 35 76 0 13 420 110 76
Binary 10100010 1010110 11100100 11101 111110 0 1011 100010000 1001000 111110

Color Harmonies of #A256E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256E4

Black with #A256E4

Text Example


Text Example

White with #A256E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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