Html Css Color HEX #A56ECB Amethyst

📋 copy color: '#A56ECB'

red 165 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A56ECB

Tints of Amethyst #A56ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 34.52%
G = 23.01%
B = 42.47%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A56ECB (or 0xA56ECB) is known color: Amethyst. HEX triplet: A5, 6E and CB. RGB value is (165,110,203). Sum of RGB (Red+Green+Blue) = 165+110+203=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A56ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECB is #5A9134. Grayscale: #888888. Windows color (decimal): -5935413 or 13332133. OLE color: 13332133.

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

Color convert

RGB 165 110 203 -
CMYK 0.19 0.46 0 0.20
HSL 275.48º 0.47% 0.61% -
HSV(B) 275.48º 0.46% 0.8% -
XYZ 31.87 23.46 59.35 -
YUV 137.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 165 110 203 0.19 0.46 0 0.20 275.48 0.47 0.61
Hex A5 6E CB 13 2E 0 14 113 2F 3D
Octal 245 156 313 23 56 0 24 423 57 75
Binary 10100101 1101110 11001011 10011 101110 0 10100 100010011 101111 111101

Color Harmonies of #A56ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ECB

Black with #A56ECB

Text Example


Text Example

White with #A56ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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