Html Css Color HEX #A056D8 Amethyst

📋 copy color: '#A056D8'

red 160 ◦ green 86 ◦ blue 216

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

Shades of Amethyst #A056D8

Tints of Amethyst #A056D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 34.63%
G = 18.61%
B = 46.75%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A056D8 (or 0xA056D8) is known color: Amethyst. HEX triplet: A0, 56 and D8. RGB value is (160,86,216). Sum of RGB (Red+Green+Blue) = 160+86+216=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #A056D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056D8 is #5FA927. Grayscale: #7A7A7A. Windows color (decimal): -6269224 or 14177952. OLE color: 14177952.

HSL color Cylindrical-coordinate representation of color #A056D8: hue angle of 274.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A056D8 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 86 216 -
CMYK 0.26 0.60 0 0.15
HSL 274.15º 0.63% 0.59% -
HSV(B) 274.15º 0.6% 0.85% -
XYZ 30.22 19.09 67.06 -
YUV 122.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 160 86 216 0.26 0.60 0 0.15 274.15 0.63 0.59
Hex A0 56 D8 1A 3C 0 F 112 3E 3B
Octal 240 126 330 32 74 0 17 422 76 73
Binary 10100000 1010110 11011000 11010 111100 0 1111 100010010 111110 111011

Color Harmonies of #A056D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056D8

Black with #A056D8

Text Example


Text Example

White with #A056D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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