Html Css Color HEX #A556ED Amethyst

📋 copy color: '#A556ED'

red 165 ◦ green 86 ◦ blue 237

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

Shades of Amethyst #A556ED

Tints of Amethyst #A556ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 33.81%
G = 17.62%
B = 48.57%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A556ED (or 0xA556ED) is known color: Amethyst. HEX triplet: A5, 56 and ED. RGB value is (165,86,237). Sum of RGB (Red+Green+Blue) = 165+86+237=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #A556ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556ED is #5AA912. Grayscale: #7E7E7E. Windows color (decimal): -5941523 or 15554213. OLE color: 15554213.

HSL color Cylindrical-coordinate representation of color #A556ED: hue angle of 271.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A556ED is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 86 237 -
CMYK 0.30 0.64 0 0.07
HSL 271.39º 0.81% 0.63% -
HSV(B) 271.39º 0.64% 0.93% -
XYZ 34.13 20.77 82.33 -
YUV 126.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 165 86 237 0.30 0.64 0 0.07 271.39 0.81 0.63
Hex A5 56 ED 1E 40 0 7 10F 51 3F
Octal 245 126 355 36 100 0 7 417 121 77
Binary 10100101 1010110 11101101 11110 1000000 0 111 100001111 1010001 111111

Color Harmonies of #A556ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556ED

Black with #A556ED

Text Example


Text Example

White with #A556ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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