#A568CC

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

Shades of Amethyst #A568CC

Tints of Amethyst #A568CC

Color information

#A568CC (or 0xA568CC) is unknown color: approx Amethyst. HEX triplet: A5, 68 and CC. RGB value is (165,104,204). Sum of RGB (Red+Green+Blue) = 165+104+204=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A568CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568CC is #5A9733. Grayscale: #858585. Windows color (decimal): -5936948 or 13396133. OLE color: 13396133.

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

Color convert

RGB165104204-
CMYK0.190.4900.2
HSL276.6º49.5%60.39%-
HSV(B)276.6º49.02%80%-
XYZ31.3722.2659.77-
YUV133.64167.71150.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=34.88%
G=21.99%
B=43.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651042040.190.4900.2276.649.560.39
HexA568CC1331014115323c
Octal24515031423610244256274
Binary1010010111010001100110010011110001010100100010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568CC; }

 p { color: rgb(165,104,204); }

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

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

 a { background-color: rgb(165,104,204); }

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

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

 span { border-color: rgb(165,104,204); }

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