Html Css Color HEX #A56DD0 Amethyst

📋 copy color: '#A56DD0'

red 165 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #A56DD0

Tints of Amethyst #A56DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 34.23%
G = 22.61%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A56DD0 (or 0xA56DD0) is known color: Amethyst. HEX triplet: A5, 6D and D0. RGB value is (165,109,208). Sum of RGB (Red+Green+Blue) = 165+109+208=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A56DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DD0 is #5A922F. Grayscale: #888888. Windows color (decimal): -5935664 or 13659557. OLE color: 13659557.

HSL color Cylindrical-coordinate representation of color #A56DD0: hue angle of 273.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56DD0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 109 208 -
CMYK 0.21 0.48 0 0.18
HSL 273.94º 0.51% 0.62% -
HSV(B) 273.94º 0.48% 0.82% -
XYZ 32.37 23.49 62.5 -
YUV 137.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 165 109 208 0.21 0.48 0 0.18 273.94 0.51 0.62
Hex A5 6D D0 15 30 0 12 112 33 3E
Octal 245 155 320 25 60 0 22 422 63 76
Binary 10100101 1101101 11010000 10101 110000 0 10010 100010010 110011 111110

Color Harmonies of #A56DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DD0

Black with #A56DD0

Text Example


Text Example

White with #A56DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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