Html Css Color HEX #A56ECF Amethyst

📋 copy color: '#A56ECF'

red 165 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #A56ECF

Tints of Amethyst #A56ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 34.23%
G = 22.82%
B = 42.95%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A56ECF (or 0xA56ECF) is known color: Amethyst. HEX triplet: A5, 6E and CF. RGB value is (165,110,207). Sum of RGB (Red+Green+Blue) = 165+110+207=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A56ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECF is #5A9130. Grayscale: #898989. Windows color (decimal): -5935409 or 13594277. OLE color: 13594277.

HSL color Cylindrical-coordinate representation of color #A56ECF: hue angle of 274.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56ECF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 110 207 -
CMYK 0.20 0.47 0 0.19
HSL 274.02º 0.5% 0.62% -
HSV(B) 274.02º 0.47% 0.81% -
XYZ 32.36 23.66 61.89 -
YUV 137.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 165 110 207 0.20 0.47 0 0.19 274.02 0.5 0.62
Hex A5 6E CF 14 2F 0 13 112 32 3E
Octal 245 156 317 24 57 0 23 422 62 76
Binary 10100101 1101110 11001111 10100 101111 0 10011 100010010 110010 111110

Color Harmonies of #A56ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ECF

Black with #A56ECF

Text Example


Text Example

White with #A56ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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