#A25FCB

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

Shades of Amethyst #A25FCB

Tints of Amethyst #A25FCB

Color information

#A25FCB (or 0xA25FCB) is unknown color: approx Amethyst. HEX triplet: A2, 5F and CB. RGB value is (162,95,203). Sum of RGB (Red+Green+Blue) = 162+95+203=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCB is #5DA034. Grayscale: #7E7E7E. Windows color (decimal): -6135861 or 13328290. OLE color: 13328290.

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

Color convert

RGB16295203-
CMYK0.200.5300.20
HSL277.22º50.94%58.43%-
HSV(B)277.22º53.2%79.61%-
XYZ29.7720.1858.83-
YUV127.34170.7152.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=35.22%
G=20.65%
B=44.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162952030.200.5300.20277.2250.9458.43
HexA25FCB1435014115333a
Octal24213731324650244256372
Binary1010001010111111100101110100110101010100100010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FCB; }

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

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

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

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

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

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

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

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