Html Css Color HEX #A56ABF Amethyst

📋 copy color: '#A56ABF'

red 165 ◦ green 106 ◦ blue 191

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

Shades of Amethyst #A56ABF

Tints of Amethyst #A56ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 191 (75% from 255) = 41.34%

R = 35.71%
G = 22.94%
B = 41.34%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A56ABF (or 0xA56ABF) is known color: Amethyst. HEX triplet: A5, 6A and BF. RGB value is (165,106,191). Sum of RGB (Red+Green+Blue) = 165+106+191=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A56ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ABF is #5A9540. Grayscale: #858585. Windows color (decimal): -5936449 or 12544677. OLE color: 12544677.

HSL color Cylindrical-coordinate representation of color #A56ABF: hue angle of 281.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A56ABF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 106 191 -
CMYK 0.14 0.45 0 0.25
HSL 281.65º 0.4% 0.58% -
HSV(B) 281.65º 0.45% 0.75% -
XYZ 30.08 22.07 51.96 -
YUV 133.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 165 106 191 0.14 0.45 0 0.25 281.65 0.4 0.58
Hex A5 6A BF E 2D 0 19 11A 28 3A
Octal 245 152 277 16 55 0 31 432 50 72
Binary 10100101 1101010 10111111 1110 101101 0 11001 100011010 101000 111010

Color Harmonies of #A56ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ABF

Black with #A56ABF

Text Example


Text Example

White with #A56ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ABF; }

 p { color: rgb(165,106,191); }

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

background-color css

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

 a { background-color: rgb(165,106,191); }

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

border-color css

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

 span { border-color: rgb(165,106,191); }

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