Html Css Color HEX #A56ADE Amethyst

📋 copy color: '#A56ADE'

red 165 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #A56ADE

Tints of Amethyst #A56ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 33.47%
G = 21.5%
B = 45.03%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56ADE (or 0xA56ADE) is known color: Amethyst. HEX triplet: A5, 6A and DE. RGB value is (165,106,222). Sum of RGB (Red+Green+Blue) = 165+106+222=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #A56ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ADE is #5A9521. Grayscale: #888888. Windows color (decimal): -5936418 or 14576293. OLE color: 14576293.

HSL color Cylindrical-coordinate representation of color #A56ADE: hue angle of 270.52º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A56ADE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 106 222 -
CMYK 0.26 0.52 0 0.13
HSL 270.52º 0.64% 0.64% -
HSV(B) 270.52º 0.52% 0.87% -
XYZ 33.86 23.58 71.87 -
YUV 136.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 165 106 222 0.26 0.52 0 0.13 270.52 0.64 0.64
Hex A5 6A DE 1A 34 0 D 10F 40 40
Octal 245 152 336 32 64 0 15 417 100 100
Binary 10100101 1101010 11011110 11010 110100 0 1101 100001111 1000000 1000000

Color Harmonies of #A56ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ADE

Black with #A56ADE

Text Example


Text Example

White with #A56ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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