#A567CA

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

Shades of Amethyst #A567CA

Tints of Amethyst #A567CA

Color information

#A567CA (or 0xA567CA) is unknown color: approx Amethyst. HEX triplet: A5, 67 and CA. RGB value is (165,103,202). Sum of RGB (Red+Green+Blue) = 165+103+202=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A567CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567CA is #5A9835. Grayscale: #848484. Windows color (decimal): -5937206 or 13264805. OLE color: 13264805.

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

Color convert

RGB165103202-
CMYK0.180.4900.21
HSL277.58º48.29%59.8%-
HSV(B)277.58º49.01%79.22%-
XYZ31.0321.9658.48-
YUV132.82167.04150.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=35.11%
G=21.91%
B=42.98%

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
Decimal1651032020.180.4900.21277.5848.2959.8
HexA567CA1231015116303c
Octal24514731222610254266074
Binary1010010111001111100101010010110001010101100010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567CA; }

 p { color: rgb(165,103,202); }

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

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

 a { background-color: rgb(165,103,202); }

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

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

 span { border-color: rgb(165,103,202); }

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