#A578CB

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

Shades of Amethyst #A578CB

Tints of Amethyst #A578CB

Color information

#A578CB (or 0xA578CB) is unknown color: approx Amethyst. HEX triplet: A5, 78 and CB. RGB value is (165,120,203). Sum of RGB (Red+Green+Blue) = 165+120+203=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A578CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578CB is #5A8734. Grayscale: #8E8E8E. Windows color (decimal): -5932853 or 13334693. OLE color: 13334693.

HSL color Cylindrical-coordinate representation of color #A578CB: hue angle of 272.53º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A578CB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165120203-
CMYK0.190.4100.20
HSL272.53º44.39%63.33%-
HSV(B)272.53º40.89%79.61%-
XYZ33.0125.7459.73-
YUV142.92161.91143.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=33.81%
G=24.59%
B=41.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651202030.190.4100.20272.5344.3963.33
HexA578CB13290141112c3f
Octal24517031323510244215477
Binary1010010111110001100101110011101001010100100010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578CB; }

 p { color: rgb(165,120,203); }

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

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

 a { background-color: rgb(165,120,203); }

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

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

 span { border-color: rgb(165,120,203); }

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