#A566CB

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

Shades of Amethyst #A566CB

Tints of Amethyst #A566CB

Color information

#A566CB (or 0xA566CB) is unknown color: approx Amethyst. HEX triplet: A5, 66 and CB. RGB value is (165,102,203). Sum of RGB (Red+Green+Blue) = 165+102+203=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A566CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566CB is #5A9934. Grayscale: #848484. Windows color (decimal): -5937461 or 13330085. OLE color: 13330085.

HSL color Cylindrical-coordinate representation of color #A566CB: hue angle of 277.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A566CB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165102203-
CMYK0.190.5000.20
HSL277.43º49.27%59.8%-
HSV(B)277.43º49.75%79.61%-
XYZ31.0521.8159.07-
YUV132.35167.87151.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=35.11%
G=21.70%
B=43.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651022030.190.5000.20277.4349.2759.8
HexA566CB1332014115313c
Octal24514631323620244256174
Binary1010010111001101100101110011110010010100100010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566CB; }

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

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

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

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

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

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

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

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