Html Css Color HEX #A56AD7 Amethyst

📋 copy color: '#A56AD7'

red 165 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A56AD7

Tints of Amethyst #A56AD7

RGB

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

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

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

R = 33.95%
G = 21.81%
B = 44.24%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A56AD7 (or 0xA56AD7) is known color: Amethyst. HEX triplet: A5, 6A and D7. RGB value is (165,106,215). Sum of RGB (Red+Green+Blue) = 165+106+215=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #A56AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56AD7 is #5A9528. Grayscale: #878787. Windows color (decimal): -5936425 or 14117541. OLE color: 14117541.

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

Color convert

RGB 165 106 215 -
CMYK 0.23 0.51 0 0.16
HSL 272.48º 0.58% 0.63% -
HSV(B) 272.48º 0.51% 0.84% -
XYZ 32.94 23.21 67.03 -
YUV 136.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 165 106 215 0.23 0.51 0 0.16 272.48 0.58 0.63
Hex A5 6A D7 17 33 0 10 110 3A 3F
Octal 245 152 327 27 63 0 20 420 72 77
Binary 10100101 1101010 11010111 10111 110011 0 10000 100010000 111010 111111

Color Harmonies of #A56AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AD7

Black with #A56AD7

Text Example


Text Example

White with #A56AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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