#A25DDC

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

Shades of Amethyst #A25DDC

Tints of Amethyst #A25DDC

Color information

#A25DDC (or 0xA25DDC) is unknown color: approx Amethyst. HEX triplet: A2, 5D and DC. RGB value is (162,93,220). Sum of RGB (Red+Green+Blue) = 162+93+220=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A25DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DDC is #5DA223. Grayscale: #7F7F7F. Windows color (decimal): -6136356 or 14441890. OLE color: 14441890.

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

Color convert

RGB16293220-
CMYK0.260.5800.14
HSL272.6º64.47%61.37%-
HSV(B)272.6º57.73%86.27%-
XYZ31.7320.6870.03-
YUV128.11179.86152.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=34.11%
G=19.58%
B=46.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162932200.260.5800.14272.664.4761.37
HexA25DDC1A3A0E111403d
Octal242135334327201642110075
Binary1010001010111011101110011010111010011101000100011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DDC; }

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

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

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

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

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

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

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

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