#a565c8

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

Shades of Amethyst #A565C8

Tints of Amethyst #A565C8

Color information

#A565C8 (or 0xA565C8) is unknown color: approx Amethyst. HEX triplet: A5, 65 and C8. RGB value is (165,101,200). Sum of RGB (Red+Green+Blue) = 165+101+200=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A565C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565C8 is #5A9A37. Grayscale: #838383. Windows color (decimal): -5937720 or 13133221. OLE color: 13133221.

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

Color convert

RGB165101200-
CMYK0.180.4900.22
HSL278.79º47.37%59.02%-
HSV(B)278.79º49.5%78.43%-
XYZ30.621.4857.18-
YUV131.42166.7151.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=35.41%
G=21.67%
B=42.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651012000.180.4900.22278.7947.3759.02
HexA565C812310161172f3b
Octal24514531022610264275773
Binary1010010111001011100100010010110001010110100010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a565c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a565c8; }

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

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

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

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

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

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

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

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