Html Css Color HEX #A056E6 Amethyst

📋 copy color: '#A056E6'

red 160 ◦ green 86 ◦ blue 230

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

Shades of Amethyst #A056E6

Tints of Amethyst #A056E6

RGB

 RED value IS 160 (62.89% from 255) = 33.61%

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 33.61%
G = 18.07%
B = 48.32%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A056E6 (or 0xA056E6) is known color: Amethyst. HEX triplet: A0, 56 and E6. RGB value is (160,86,230). Sum of RGB (Red+Green+Blue) = 160+86+230=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #A056E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056E6 is #5FA919. Grayscale: #7C7C7C. Windows color (decimal): -6269210 or 15095456. OLE color: 15095456.

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

Color convert

RGB 160 86 230 -
CMYK 0.30 0.63 0 0.10
HSL 270.83º 0.74% 0.62% -
HSV(B) 270.83º 0.63% 0.9% -
XYZ 32.11 19.84 77 -
YUV 124.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 160 86 230 0.30 0.63 0 0.10 270.83 0.74 0.62
Hex A0 56 E6 1E 3F 0 A 10F 4A 3E
Octal 240 126 346 36 77 0 12 417 112 76
Binary 10100000 1010110 11100110 11110 111111 0 1010 100001111 1001010 111110

Color Harmonies of #A056E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056E6

Black with #A056E6

Text Example


Text Example

White with #A056E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056E6; }

 p { color: rgb(160,86,230); }

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

background-color css

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

 a { background-color: rgb(160,86,230); }

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

border-color css

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

 span { border-color: rgb(160,86,230); }

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