Html Css Color HEX #A56ECD Amethyst

📋 copy color: '#A56ECD'

red 165 ◦ green 110 ◦ blue 205

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

Shades of Amethyst #A56ECD

Tints of Amethyst #A56ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 34.38%
G = 22.92%
B = 42.71%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A56ECD (or 0xA56ECD) is known color: Amethyst. HEX triplet: A5, 6E and CD. RGB value is (165,110,205). Sum of RGB (Red+Green+Blue) = 165+110+205=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECD is #5A9132. Grayscale: #888888. Windows color (decimal): -5935411 or 13463205. OLE color: 13463205.

HSL color Cylindrical-coordinate representation of color #A56ECD: hue angle of 274.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56ECD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 110 205 -
CMYK 0.20 0.46 0 0.20
HSL 274.74º 0.49% 0.62% -
HSV(B) 274.74º 0.46% 0.8% -
XYZ 32.11 23.56 60.61 -
YUV 137.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 165 110 205 0.20 0.46 0 0.20 274.74 0.49 0.62
Hex A5 6E CD 14 2E 0 14 113 31 3E
Octal 245 156 315 24 56 0 24 423 61 76
Binary 10100101 1101110 11001101 10100 101110 0 10100 100010011 110001 111110

Color Harmonies of #A56ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ECD

Black with #A56ECD

Text Example


Text Example

White with #A56ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ECD; }

 p { color: rgb(165,110,205); }

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

background-color css

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

 a { background-color: rgb(165,110,205); }

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

border-color css

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

 span { border-color: rgb(165,110,205); }

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