#A566C9

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

Shades of Amethyst #A566C9

Tints of Amethyst #A566C9

Color information

#A566C9 (or 0xA566C9) is unknown color: approx Amethyst. HEX triplet: A5, 66 and C9. RGB value is (165,102,201). Sum of RGB (Red+Green+Blue) = 165+102+201=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #A566C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566C9 is #5A9936. Grayscale: #838383. Windows color (decimal): -5937463 or 13199013. OLE color: 13199013.

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

Color convert

RGB165102201-
CMYK0.180.4900.21
HSL278.18º47.83%59.41%-
HSV(B)278.18º49.25%78.82%-
XYZ30.8121.7257.83-
YUV132.12166.87151.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=35.26%
G=21.79%
B=42.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651022010.180.4900.21278.1847.8359.41
HexA566C91231015116303b
Octal24514631122610254266073
Binary1010010111001101100100110010110001010101100010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566C9; }

 p { color: rgb(165,102,201); }

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

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

 a { background-color: rgb(165,102,201); }

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

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

 span { border-color: rgb(165,102,201); }

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