Html Css Color HEX #A56ADF Amethyst

📋 copy color: '#A56ADF'

red 165 ◦ green 106 ◦ blue 223

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

Shades of Amethyst #A56ADF

Tints of Amethyst #A56ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 33.4%
G = 21.46%
B = 45.14%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56ADF (or 0xA56ADF) is known color: Amethyst. HEX triplet: A5, 6A and DF. RGB value is (165,106,223). Sum of RGB (Red+Green+Blue) = 165+106+223=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A56ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ADF is #5A9520. Grayscale: #888888. Windows color (decimal): -5936417 or 14641829. OLE color: 14641829.

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

Color convert

RGB 165 106 223 -
CMYK 0.26 0.52 0 0.13
HSL 270.26º 0.65% 0.65% -
HSV(B) 270.26º 0.52% 0.87% -
XYZ 33.99 23.64 72.58 -
YUV 136.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 165 106 223 0.26 0.52 0 0.13 270.26 0.65 0.65
Hex A5 6A DF 1A 34 0 D 10E 41 41
Octal 245 152 337 32 64 0 15 416 101 101
Binary 10100101 1101010 11011111 11010 110100 0 1101 100001110 1000001 1000001

Color Harmonies of #A56ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56ADF

Black with #A56ADF

Text Example


Text Example

White with #A56ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56ADF; }

 p { color: rgb(165,106,223); }

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

background-color css

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

 a { background-color: rgb(165,106,223); }

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

border-color css

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

 span { border-color: rgb(165,106,223); }

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