#A25BD0

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

Shades of Amethyst #A25BD0

Tints of Amethyst #A25BD0

Color information

#A25BD0 (or 0xA25BD0) is unknown color: approx Amethyst. HEX triplet: A2, 5B and D0. RGB value is (162,91,208). Sum of RGB (Red+Green+Blue) = 162+91+208=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #A25BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BD0 is #5DA42F. Grayscale: #7D7D7D. Windows color (decimal): -6136880 or 13654946. OLE color: 13654946.

HSL color Cylindrical-coordinate representation of color #A25BD0: hue angle of 276.41º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25BD0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16291208-
CMYK0.220.5600.18
HSL276.41º55.45%58.63%-
HSV(B)276.41º56.25%81.57%-
XYZ30.0319.7261.9-
YUV125.57174.52153.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=35.14%
G=19.74%
B=45.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162912080.220.5600.18276.4155.4558.63
HexA25BD01638012114373b
Octal24213332026700224246773
Binary1010001010110111101000010110111000010010100010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BD0; }

 p { color: rgb(162,91,208); }

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

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

 a { background-color: rgb(162,91,208); }

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

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

 span { border-color: rgb(162,91,208); }

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