Html Css Color HEX #A56ED8 Amethyst

📋 copy color: '#A56ED8'

red 165 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #A56ED8

Tints of Amethyst #A56ED8

RGB

 RED value IS 165 (64.84% from 255) = 33.6%

 GREEN value IS 110 (43.36% from 255) = 22.4%

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

R = 33.6%
G = 22.4%
B = 43.99%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A56ED8 (or 0xA56ED8) is known color: Amethyst. HEX triplet: A5, 6E and D8. RGB value is (165,110,216). Sum of RGB (Red+Green+Blue) = 165+110+216=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #A56ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ED8 is #5A9127. Grayscale: #8A8A8A. Windows color (decimal): -5935400 or 14184101. OLE color: 14184101.

HSL color Cylindrical-coordinate representation of color #A56ED8: hue angle of 271.13º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56ED8 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 110 216 -
CMYK 0.24 0.49 0 0.15
HSL 271.13º 0.58% 0.64% -
HSV(B) 271.13º 0.49% 0.85% -
XYZ 33.49 24.11 67.85 -
YUV 138.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 165 110 216 0.24 0.49 0 0.15 271.13 0.58 0.64
Hex A5 6E D8 18 31 0 F 10F 3A 40
Octal 245 156 330 30 61 0 17 417 72 100
Binary 10100101 1101110 11011000 11000 110001 0 1111 100001111 111010 1000000

Color Harmonies of #A56ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ED8

Black with #A56ED8

Text Example


Text Example

White with #A56ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ED8; }

 p { color: rgb(165,110,216); }

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

background-color css

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

 a { background-color: rgb(165,110,216); }

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

border-color css

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

 span { border-color: rgb(165,110,216); }

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