#A25ECB

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

Shades of Amethyst #A25ECB

Tints of Amethyst #A25ECB

Color information

#A25ECB (or 0xA25ECB) is unknown color: approx Amethyst. HEX triplet: A2, 5E and CB. RGB value is (162,94,203). Sum of RGB (Red+Green+Blue) = 162+94+203=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ECB is #5DA134. Grayscale: #7E7E7E. Windows color (decimal): -6136117 or 13328034. OLE color: 13328034.

HSL color Cylindrical-coordinate representation of color #A25ECB: hue angle of 277.43º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25ECB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16294203-
CMYK0.200.5400.20
HSL277.43º51.17%58.24%-
HSV(B)277.43º53.69%79.61%-
XYZ29.682058.8-
YUV126.76171.03153.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=35.29%
G=20.48%
B=44.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162942030.200.5400.20277.4351.1758.24
HexA25ECB1436014115333a
Octal24213631324660244256372
Binary1010001010111101100101110100110110010100100010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ECB; }

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

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

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

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

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

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

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

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