#A567C8

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

Shades of Amethyst #A567C8

Tints of Amethyst #A567C8

Color information

#A567C8 (or 0xA567C8) is unknown color: approx Amethyst. HEX triplet: A5, 67 and C8. RGB value is (165,103,200). Sum of RGB (Red+Green+Blue) = 165+103+200=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #A567C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567C8 is #5A9837. Grayscale: #848484. Windows color (decimal): -5937208 or 13133733. OLE color: 13133733.

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

Color convert

RGB165103200-
CMYK0.180.4800.22
HSL278.35º46.86%59.41%-
HSV(B)278.35º48.5%78.43%-
XYZ30.7921.8757.24-
YUV132.6166.04151.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=35.26%
G=22.01%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651032000.180.4800.22278.3546.8659.41
HexA567C812300161162f3b
Octal24514731022600264265773
Binary1010010111001111100100010010110000010110100010110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567C8; }

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

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

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

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

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

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

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

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