#845ACD

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

Shades of Amethyst #845ACD

Tints of Amethyst #845ACD

Color information

#845ACD (or 0x845ACD) is unknown color: approx Amethyst. HEX triplet: 84, 5A and CD. RGB value is (132,90,205). Sum of RGB (Red+Green+Blue) = 132+90+205=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #845ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACD is #7BA532. Grayscale: #737373. Windows color (decimal): -8103219 or 13458052. OLE color: 13458052.

HSL color Cylindrical-coordinate representation of color #845ACD: hue angle of 261.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #845ACD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13290205-
CMYK0.360.5600.20
HSL261.91º53.49%57.84%-
HSV(B)261.91º56.1%80.39%-
XYZ24.1916.6359.69-
YUV115.67178.41139.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=30.91%
G=21.08%
B=48.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132902050.360.5600.20261.9153.4957.84
Hex845ACD2438014106353a
Octal20413231544700244066572
Binary10000100101101011001101100100111000010100100000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845ACD; }

 p { color: rgb(132,90,205); }

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

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

 a { background-color: rgb(132,90,205); }

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

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

 span { border-color: rgb(132,90,205); }

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