Html Css Color HEX #A256E1 Amethyst

📋 copy color: '#A256E1'

red 162 ◦ green 86 ◦ blue 225

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

Shades of Amethyst #A256E1

Tints of Amethyst #A256E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 34.25%
G = 18.18%
B = 47.57%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A256E1 (or 0xA256E1) is known color: Amethyst. HEX triplet: A2, 56 and E1. RGB value is (162,86,225). Sum of RGB (Red+Green+Blue) = 162+86+225=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #A256E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256E1 is #5DA91E. Grayscale: #7C7C7C. Windows color (decimal): -6138143 or 14767778. OLE color: 14767778.

HSL color Cylindrical-coordinate representation of color #A256E1: hue angle of 272.81º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A256E1 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 86 225 -
CMYK 0.28 0.62 0 0.12
HSL 272.81º 0.7% 0.61% -
HSV(B) 272.81º 0.62% 0.88% -
XYZ 31.82 19.77 73.37 -
YUV 124.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 162 86 225 0.28 0.62 0 0.12 272.81 0.7 0.61
Hex A2 56 E1 1C 3E 0 C 111 46 3D
Octal 242 126 341 34 76 0 14 421 106 75
Binary 10100010 1010110 11100001 11100 111110 0 1100 100010001 1000110 111101

Color Harmonies of #A256E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256E1

Black with #A256E1

Text Example


Text Example

White with #A256E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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