Html Css Color HEX #A556DF Amethyst

📋 copy color: '#A556DF'

red 165 ◦ green 86 ◦ blue 223

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

Shades of Amethyst #A556DF

Tints of Amethyst #A556DF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.14%

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

R = 34.81%
G = 18.14%
B = 47.05%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A556DF (or 0xA556DF) is known color: Amethyst. HEX triplet: A5, 56 and DF. RGB value is (165,86,223). Sum of RGB (Red+Green+Blue) = 165+86+223=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #A556DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556DF is #5AA920. Grayscale: #7C7C7C. Windows color (decimal): -5941537 or 14636709. OLE color: 14636709.

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

Color convert

RGB 165 86 223 -
CMYK 0.26 0.61 0 0.13
HSL 274.6º 0.68% 0.61% -
HSV(B) 274.6º 0.61% 0.87% -
XYZ 32.16 19.98 71.97 -
YUV 125.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 165 86 223 0.26 0.61 0 0.13 274.6 0.68 0.61
Hex A5 56 DF 1A 3D 0 D 113 44 3D
Octal 245 126 337 32 75 0 15 423 104 75
Binary 10100101 1010110 11011111 11010 111101 0 1101 100010011 1000100 111101

Color Harmonies of #A556DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556DF

Black with #A556DF

Text Example


Text Example

White with #A556DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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