#A25ED6

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

Shades of Amethyst #A25ED6

Tints of Amethyst #A25ED6

Color information

#A25ED6 (or 0xA25ED6) is unknown color: approx Amethyst. HEX triplet: A2, 5E and D6. RGB value is (162,94,214). Sum of RGB (Red+Green+Blue) = 162+94+214=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #A25ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ED6 is #5DA129. Grayscale: #7F7F7F. Windows color (decimal): -6136106 or 14048930. OLE color: 14048930.

HSL color Cylindrical-coordinate representation of color #A25ED6: hue angle of 274º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25ED6 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16294214-
CMYK0.240.5600.16
HSL274º59.41%60.39%-
HSV(B)274º56.07%83.92%-
XYZ31.0420.5465.95-
YUV128.01176.53152.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=34.47%
G=20%
B=45.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162942140.240.5600.1627459.4160.39
HexA25ED618380101123b3c
Octal24213632630700204227374
Binary1010001010111101101011011000111000010000100010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ED6; }

 p { color: rgb(162,94,214); }

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

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

 a { background-color: rgb(162,94,214); }

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

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

 span { border-color: rgb(162,94,214); }

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