#956ACA

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

Shades of Amethyst #956ACA

Tints of Amethyst #956ACA

Color information

#956ACA (or 0x956ACA) is unknown color: approx Amethyst. HEX triplet: 95, 6A and CA. RGB value is (149,106,202). Sum of RGB (Red+Green+Blue) = 149+106+202=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #956ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACA is #6A9535. Grayscale: #818181. Windows color (decimal): -6985014 or 13265557. OLE color: 13265557.

HSL color Cylindrical-coordinate representation of color #956ACA: hue angle of 266.88º 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 #956ACA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149106202-
CMYK0.260.4800.21
HSL266.88º47.52%60.39%-
HSV(B)266.88º47.52%79.22%-
XYZ28.2120.9658.44-
YUV129.8168.75141.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=32.60%
G=23.19%
B=44.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491062020.260.4800.21266.8847.5260.39
Hex956ACA1A3001510b303c
Octal22515231232600254136074
Binary1001010111010101100101011010110000010101100001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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