#925ACA

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

Shades of Amethyst #925ACA

Tints of Amethyst #925ACA

Color information

#925ACA (or 0x925ACA) is unknown color: approx Amethyst. HEX triplet: 92, 5A and CA. RGB value is (146,90,202). Sum of RGB (Red+Green+Blue) = 146+90+202=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #925ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925ACA is #6DA535. Grayscale: #777777. Windows color (decimal): -7185718 or 13261458. OLE color: 13261458.

HSL color Cylindrical-coordinate representation of color #925ACA: hue angle of 270º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #925ACA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14690202-
CMYK0.280.5500.21
HSL270º51.38%57.25%-
HSV(B)270º55.45%79.22%-
XYZ26.1717.6957.91-
YUV119.51174.55146.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=33.33%
G=20.55%
B=46.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146902020.280.5500.2127051.3857.25
Hex925ACA1C3701510e3339
Octal22213231234670254166371
Binary1001001010110101100101011100110111010101100001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925ACA; }

 p { color: rgb(146,90,202); }

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

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

 a { background-color: rgb(146,90,202); }

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

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

 span { border-color: rgb(146,90,202); }

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