#A25ACD

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

Shades of Amethyst #A25ACD

Tints of Amethyst #A25ACD

Color information

#A25ACD (or 0xA25ACD) is unknown color: approx Amethyst. HEX triplet: A2, 5A and CD. RGB value is (162,90,205). Sum of RGB (Red+Green+Blue) = 162+90+205=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A25ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACD is #5DA532. Grayscale: #7C7C7C. Windows color (decimal): -6137139 or 13458082. OLE color: 13458082.

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

Color convert

RGB16290205-
CMYK0.210.5600.20
HSL277.57º53.49%57.84%-
HSV(B)277.57º56.1%80.39%-
XYZ29.5819.459.94-
YUV124.64173.35154.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=35.45%
G=19.69%
B=44.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162902050.210.5600.20277.5753.4957.84
HexA25ACD1538014116353a
Octal24213231525700244266572
Binary1010001010110101100110110101111000010100100010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25ACD; }

 p { color: rgb(162,90,205); }

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

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

 a { background-color: rgb(162,90,205); }

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

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

 span { border-color: rgb(162,90,205); }

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