Html Css Color HEX #A56DD6 Amethyst

📋 copy color: '#A56DD6'

red 165 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #A56DD6

Tints of Amethyst #A56DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.85%

R = 33.81%
G = 22.34%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A56DD6 (or 0xA56DD6) is known color: Amethyst. HEX triplet: A5, 6D and D6. RGB value is (165,109,214). Sum of RGB (Red+Green+Blue) = 165+109+214=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #A56DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DD6 is #5A9229. Grayscale: #898989. Windows color (decimal): -5935658 or 14052773. OLE color: 14052773.

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

Color convert

RGB 165 109 214 -
CMYK 0.23 0.49 0 0.16
HSL 272º 0.56% 0.63% -
HSV(B) 272º 0.49% 0.84% -
XYZ 33.12 23.79 66.46 -
YUV 137.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 165 109 214 0.23 0.49 0 0.16 272 0.56 0.63
Hex A5 6D D6 17 31 0 10 110 38 3F
Octal 245 155 326 27 61 0 20 420 70 77
Binary 10100101 1101101 11010110 10111 110001 0 10000 100010000 111000 111111

Color Harmonies of #A56DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DD6

Black with #A56DD6

Text Example


Text Example

White with #A56DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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