Html Css Color HEX #A556DD Amethyst

📋 copy color: '#A556DD'

red 165 ◦ green 86 ◦ blue 221

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

Shades of Amethyst #A556DD

Tints of Amethyst #A556DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 34.96%
G = 18.22%
B = 46.82%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A556DD (or 0xA556DD) is known color: Amethyst. HEX triplet: A5, 56 and DD. RGB value is (165,86,221). Sum of RGB (Red+Green+Blue) = 165+86+221=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A556DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556DD is #5AA922. Grayscale: #7C7C7C. Windows color (decimal): -5941539 or 14505637. OLE color: 14505637.

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

Color convert

RGB 165 86 221 -
CMYK 0.25 0.61 0 0.13
HSL 275.11º 0.67% 0.6% -
HSV(B) 275.11º 0.61% 0.87% -
XYZ 31.9 19.88 70.56 -
YUV 125.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 165 86 221 0.25 0.61 0 0.13 275.11 0.67 0.6
Hex A5 56 DD 19 3D 0 D 113 43 3C
Octal 245 126 335 31 75 0 15 423 103 74
Binary 10100101 1010110 11011101 11001 111101 0 1101 100010011 1000011 111100

Color Harmonies of #A556DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556DD

Black with #A556DD

Text Example


Text Example

White with #A556DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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