#a655e2

Color #A655E2 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A655E2

Tints of Amethyst #A655E2

Color information

#A655E2 (or 0xA655E2) is unknown color: approx Amethyst. HEX triplet: A6, 55 and E2. RGB value is (166,85,226). Sum of RGB (Red+Green+Blue) = 166+85+226=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #A655E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655E2 is #59AA1D. Grayscale: #7C7C7C. Windows color (decimal): -5876254 or 14833062. OLE color: 14833062.

HSL color Cylindrical-coordinate representation of color #A655E2: hue angle of 274.47º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A655E2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16685226-
CMYK0.270.6200.11
HSL274.47º70.85%60.98%-
HSV(B)274.47º62.39%88.63%-
XYZ32.720.0974.11-
YUV125.29184.84157.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 226 (88.67% from 255) = 47.38%
R=34.80%
G=17.82%
B=47.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166852260.270.6200.11274.4770.8560.98
HexA655E21B3E0B112473d
Octal246125342337601342210775
Binary1010011010101011110001011011111110010111000100101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a655e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a655e2; }

 p { color: rgb(166,85,226); }

 H1.HeaderClassName
 {
   color: #a655e2;
 }
 .AnyTagClassName
 {
   color: #a655e2;
 }
</style>
background-color css

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

 a { background-color: rgb(166,85,226); }

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

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

 span { border-color: rgb(166,85,226); }

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