#9A6ACA

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

Shades of Amethyst #9A6ACA

Tints of Amethyst #9A6ACA

Color information

#9A6ACA (or 0x9A6ACA) is unknown color: approx Amethyst. HEX triplet: 9A, 6A and CA. RGB value is (154,106,202). Sum of RGB (Red+Green+Blue) = 154+106+202=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ACA is #659535. Grayscale: #828282. Windows color (decimal): -6657334 or 13265562. OLE color: 13265562.

HSL color Cylindrical-coordinate representation of color #9A6ACA: hue angle of 270º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6ACA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154106202-
CMYK0.240.4800.21
HSL270º47.52%60.39%-
HSV(B)270º47.52%79.22%-
XYZ29.1421.4458.48-
YUV131.3167.9144.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=33.33%
G=22.94%
B=43.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541062020.240.4800.2127047.5260.39
Hex9A6ACA183001510e303c
Octal23215231230600254166074
Binary1001101011010101100101011000110000010101100001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6ACA; }

 p { color: rgb(154,106,202); }

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

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

 a { background-color: rgb(154,106,202); }

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

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

 span { border-color: rgb(154,106,202); }

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