Html Css Color HEX #A056D5 Amethyst

📋 copy color: '#A056D5'

red 160 ◦ green 86 ◦ blue 213

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

Shades of Amethyst #A056D5

Tints of Amethyst #A056D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 34.86%
G = 18.74%
B = 46.41%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A056D5 (or 0xA056D5) is known color: Amethyst. HEX triplet: A0, 56 and D5. RGB value is (160,86,213). Sum of RGB (Red+Green+Blue) = 160+86+213=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #A056D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056D5 is #5FA92A. Grayscale: #7A7A7A. Windows color (decimal): -6269227 or 13981344. OLE color: 13981344.

HSL color Cylindrical-coordinate representation of color #A056D5: hue angle of 274.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A056D5 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 86 213 -
CMYK 0.25 0.60 0 0.16
HSL 274.96º 0.6% 0.59% -
HSV(B) 274.96º 0.6% 0.84% -
XYZ 29.84 18.93 65.03 -
YUV 122.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 160 86 213 0.25 0.60 0 0.16 274.96 0.6 0.59
Hex A0 56 D5 19 3C 0 10 113 3C 3B
Octal 240 126 325 31 74 0 20 423 74 73
Binary 10100000 1010110 11010101 11001 111100 0 10000 100010011 111100 111011

Color Harmonies of #A056D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056D5

Black with #A056D5

Text Example


Text Example

White with #A056D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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