#A25FDC

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

Shades of Amethyst #A25FDC

Tints of Amethyst #A25FDC

Color information

#A25FDC (or 0xA25FDC) is unknown color: approx Amethyst. HEX triplet: A2, 5F and DC. RGB value is (162,95,220). Sum of RGB (Red+Green+Blue) = 162+95+220=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A25FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDC is #5DA023. Grayscale: #808080. Windows color (decimal): -6135844 or 14442402. OLE color: 14442402.

HSL color Cylindrical-coordinate representation of color #A25FDC: hue angle of 272.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25FDC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16295220-
CMYK0.260.5700.14
HSL272.16º64.1%61.76%-
HSV(B)272.16º56.82%86.27%-
XYZ31.9121.0370.09-
YUV129.28179.2151.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=33.96%
G=19.92%
B=46.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162952200.260.5700.14272.1664.161.76
HexA25FDC1A390E110403e
Octal242137334327101642010076
Binary1010001010111111101110011010111001011101000100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FDC; }

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

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

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

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

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

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

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

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