Html Css Color HEX #A56DDD Amethyst

📋 copy color: '#A56DDD'

red 165 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #A56DDD

Tints of Amethyst #A56DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 33.33%
G = 22.02%
B = 44.65%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56DDD (or 0xA56DDD) is known color: Amethyst. HEX triplet: A5, 6D and DD. RGB value is (165,109,221). Sum of RGB (Red+Green+Blue) = 165+109+221=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A56DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DDD is #5A9222. Grayscale: #8A8A8A. Windows color (decimal): -5935651 or 14511525. OLE color: 14511525.

HSL color Cylindrical-coordinate representation of color #A56DDD: hue angle of 270º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56DDD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 109 221 -
CMYK 0.25 0.51 0 0.13
HSL 270º 0.62% 0.65% -
HSV(B) 270º 0.51% 0.87% -
XYZ 34.04 24.16 71.28 -
YUV 138.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 165 109 221 0.25 0.51 0 0.13 270 0.62 0.65
Hex A5 6D DD 19 33 0 D 10E 3E 41
Octal 245 155 335 31 63 0 15 416 76 101
Binary 10100101 1101101 11011101 11001 110011 0 1101 100001110 111110 1000001

Color Harmonies of #A56DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DDD

Black with #A56DDD

Text Example


Text Example

White with #A56DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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