#A25BD3

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

Shades of Amethyst #A25BD3

Tints of Amethyst #A25BD3

Color information

#A25BD3 (or 0xA25BD3) is unknown color: approx Amethyst. HEX triplet: A2, 5B and D3. RGB value is (162,91,211). Sum of RGB (Red+Green+Blue) = 162+91+211=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #A25BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BD3 is #5DA42C. Grayscale: #7D7D7D. Windows color (decimal): -6136877 or 13851554. OLE color: 13851554.

HSL color Cylindrical-coordinate representation of color #A25BD3: hue angle of 275.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25BD3 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16291211-
CMYK0.230.5700.17
HSL275.5º57.69%59.22%-
HSV(B)275.5º56.87%82.75%-
XYZ30.419.8763.86-
YUV125.91176.02153.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=34.91%
G=19.61%
B=45.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162912110.230.5700.17275.557.6959.22
HexA25BD317390111143a3b
Octal24213332327710214247273
Binary1010001010110111101001110111111001010001100010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BD3; }

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

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

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

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

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

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

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

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