#A567CC

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

Shades of Amethyst #A567CC

Tints of Amethyst #A567CC

Color information

#A567CC (or 0xA567CC) is unknown color: approx Amethyst. HEX triplet: A5, 67 and CC. RGB value is (165,103,204). Sum of RGB (Red+Green+Blue) = 165+103+204=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A567CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567CC is #5A9833. Grayscale: #848484. Windows color (decimal): -5937204 or 13395877. OLE color: 13395877.

HSL color Cylindrical-coordinate representation of color #A567CC: hue angle of 276.83º degrees, saturation: 0.5, 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 #A567CC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165103204-
CMYK0.190.5000.2
HSL276.83º49.75%60.2%-
HSV(B)276.83º49.51%80%-
XYZ31.2722.0659.74-
YUV133.05168.04150.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=34.96%
G=21.82%
B=43.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651032040.190.5000.2276.8349.7560.2
HexA567CC1332014115323c
Octal24514731423620244256274
Binary1010010111001111100110010011110010010100100010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A567CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A567CC; }

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

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

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

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

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

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

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

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