Html Css Color HEX #A56EDB Amethyst

📋 copy color: '#A56EDB'

red 165 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #A56EDB

Tints of Amethyst #A56EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 33.4%
G = 22.27%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A56EDB (or 0xA56EDB) is known color: Amethyst. HEX triplet: A5, 6E and DB. RGB value is (165,110,219). Sum of RGB (Red+Green+Blue) = 165+110+219=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #A56EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EDB is #5A9124. Grayscale: #8A8A8A. Windows color (decimal): -5935397 or 14380709. OLE color: 14380709.

HSL color Cylindrical-coordinate representation of color #A56EDB: hue angle of 270.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56EDB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 110 219 -
CMYK 0.25 0.50 0 0.14
HSL 270.28º 0.6% 0.65% -
HSV(B) 270.28º 0.5% 0.86% -
XYZ 33.88 24.27 69.92 -
YUV 138.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 165 110 219 0.25 0.50 0 0.14 270.28 0.6 0.65
Hex A5 6E DB 19 32 0 E 10E 3C 41
Octal 245 156 333 31 62 0 16 416 74 101
Binary 10100101 1101110 11011011 11001 110010 0 1110 100001110 111100 1000001

Color Harmonies of #A56EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EDB

Black with #A56EDB

Text Example


Text Example

White with #A56EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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