#A25FCA

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

Shades of Amethyst #A25FCA

Tints of Amethyst #A25FCA

Color information

#A25FCA (or 0xA25FCA) is unknown color: approx Amethyst. HEX triplet: A2, 5F and CA. RGB value is (162,95,202). Sum of RGB (Red+Green+Blue) = 162+95+202=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #A25FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCA is #5DA035. Grayscale: #7E7E7E. Windows color (decimal): -6135862 or 13262754. OLE color: 13262754.

HSL color Cylindrical-coordinate representation of color #A25FCA: hue angle of 277.57º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25FCA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16295202-
CMYK0.200.5300.21
HSL277.57º50.23%58.24%-
HSV(B)277.57º52.97%79.22%-
XYZ29.6520.1358.2-
YUV127.23170.2152.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=35.29%
G=20.70%
B=44.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162952020.200.5300.21277.5750.2358.24
HexA25FCA1435015116323a
Octal24213731224650254266272
Binary1010001010111111100101010100110101010101100010110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FCA; }

 p { color: rgb(162,95,202); }

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

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

 a { background-color: rgb(162,95,202); }

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

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

 span { border-color: rgb(162,95,202); }

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