Html Css Color HEX #A56ED7 Amethyst

📋 copy color: '#A56ED7'

red 165 ◦ green 110 ◦ blue 215

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

Shades of Amethyst #A56ED7

Tints of Amethyst #A56ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 33.67%
G = 22.45%
B = 43.88%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A56ED7 (or 0xA56ED7) is known color: Amethyst. HEX triplet: A5, 6E and D7. RGB value is (165,110,215). Sum of RGB (Red+Green+Blue) = 165+110+215=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #A56ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ED7 is #5A9128. Grayscale: #8A8A8A. Windows color (decimal): -5935401 or 14118565. OLE color: 14118565.

HSL color Cylindrical-coordinate representation of color #A56ED7: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56ED7 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 110 215 -
CMYK 0.23 0.49 0 0.16
HSL 271.43º 0.57% 0.64% -
HSV(B) 271.43º 0.49% 0.84% -
XYZ 33.36 24.06 67.18 -
YUV 138.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 165 110 215 0.23 0.49 0 0.16 271.43 0.57 0.64
Hex A5 6E D7 17 31 0 10 10F 39 40
Octal 245 156 327 27 61 0 20 417 71 100
Binary 10100101 1101110 11010111 10111 110001 0 10000 100001111 111001 1000000

Color Harmonies of #A56ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ED7

Black with #A56ED7

Text Example


Text Example

White with #A56ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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