Html Css Color HEX #A56CDD Amethyst

📋 copy color: '#A56CDD'

red 165 ◦ green 108 ◦ blue 221

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

Shades of Amethyst #A56CDD

Tints of Amethyst #A56CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 33.4%
G = 21.86%
B = 44.74%

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

#A56CDD (or 0xA56CDD) is known color: Amethyst. HEX triplet: A5, 6C and DD. RGB value is (165,108,221). Sum of RGB (Red+Green+Blue) = 165+108+221=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A56CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CDD is #5A9322. Grayscale: #898989. Windows color (decimal): -5935907 or 14511269. OLE color: 14511269.

HSL color Cylindrical-coordinate representation of color #A56CDD: hue angle of 270.27º 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 #A56CDD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 108 221 -
CMYK 0.25 0.51 0 0.13
HSL 270.27º 0.62% 0.65% -
HSV(B) 270.27º 0.51% 0.87% -
XYZ 33.93 23.94 71.24 -
YUV 137.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 165 108 221 0.25 0.51 0 0.13 270.27 0.62 0.65
Hex A5 6C DD 19 33 0 D 10E 3E 41
Octal 245 154 335 31 63 0 15 416 76 101
Binary 10100101 1101100 11011101 11001 110011 0 1101 100001110 111110 1000001

Color Harmonies of #A56CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CDD

Black with #A56CDD

Text Example


Text Example

White with #A56CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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