Html Css Color HEX #A56DDA Amethyst

📋 copy color: '#A56DDA'

red 165 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #A56DDA

Tints of Amethyst #A56DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 33.54%
G = 22.15%
B = 44.31%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A56DDA (or 0xA56DDA) is known color: Amethyst. HEX triplet: A5, 6D and DA. RGB value is (165,109,218). Sum of RGB (Red+Green+Blue) = 165+109+218=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DDA is #5A9225. Grayscale: #898989. Windows color (decimal): -5935654 or 14314917. OLE color: 14314917.

HSL color Cylindrical-coordinate representation of color #A56DDA: hue angle of 270.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56DDA is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 109 218 -
CMYK 0.24 0.5 0 0.15
HSL 270.83º 0.6% 0.64% -
HSV(B) 270.83º 0.5% 0.85% -
XYZ 33.64 24 69.19 -
YUV 138.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 165 109 218 0.24 0.5 0 0.15 270.83 0.6 0.64
Hex A5 6D DA 18 32 0 F 10F 3C 40
Octal 245 155 332 30 62 0 17 417 74 100
Binary 10100101 1101101 11011010 11000 110010 0 1111 100001111 111100 1000000

Color Harmonies of #A56DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DDA

Black with #A56DDA

Text Example


Text Example

White with #A56DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DDA; }

 p { color: rgb(165,109,218); }

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

background-color css

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

 a { background-color: rgb(165,109,218); }

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

border-color css

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

 span { border-color: rgb(165,109,218); }

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