Html Css Color HEX #A556DB Amethyst

📋 copy color: '#A556DB'

red 165 ◦ green 86 ◦ blue 219

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

Shades of Amethyst #A556DB

Tints of Amethyst #A556DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 35.11%
G = 18.3%
B = 46.6%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A556DB (or 0xA556DB) is known color: Amethyst. HEX triplet: A5, 56 and DB. RGB value is (165,86,219). Sum of RGB (Red+Green+Blue) = 165+86+219=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #A556DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556DB is #5AA924. Grayscale: #7C7C7C. Windows color (decimal): -5941541 or 14374565. OLE color: 14374565.

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

Color convert

RGB 165 86 219 -
CMYK 0.25 0.61 0 0.14
HSL 275.64º 0.65% 0.6% -
HSV(B) 275.64º 0.61% 0.86% -
XYZ 31.63 19.77 69.17 -
YUV 124.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 165 86 219 0.25 0.61 0 0.14 275.64 0.65 0.6
Hex A5 56 DB 19 3D 0 E 114 41 3C
Octal 245 126 333 31 75 0 16 424 101 74
Binary 10100101 1010110 11011011 11001 111101 0 1110 100010100 1000001 111100

Color Harmonies of #A556DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556DB

Black with #A556DB

Text Example


Text Example

White with #A556DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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