#A475CB

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

Shades of Amethyst #A475CB

Tints of Amethyst #A475CB

Color information

#A475CB (or 0xA475CB) is unknown color: approx Amethyst. HEX triplet: A4, 75 and CB. RGB value is (164,117,203). Sum of RGB (Red+Green+Blue) = 164+117+203=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A475CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475CB is #5B8A34. Grayscale: #8C8C8C. Windows color (decimal): -5999157 or 13333924. OLE color: 13333924.

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

Color convert

RGB164117203-
CMYK0.190.4200.20
HSL272.79º45.26%62.75%-
HSV(B)272.79º42.36%79.61%-
XYZ32.4524.9359.6-
YUV140.86163.07144.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=33.88%
G=24.17%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641172030.190.4200.20272.7945.2662.75
HexA475CB132A0141112d3f
Octal24416531323520244215577
Binary1010010011101011100101110011101010010100100010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475CB; }

 p { color: rgb(164,117,203); }

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

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

 a { background-color: rgb(164,117,203); }

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

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

 span { border-color: rgb(164,117,203); }

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