#AA75CD

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

Shades of Amethyst #AA75CD

Tints of Amethyst #AA75CD

Color information

#AA75CD (or 0xAA75CD) is unknown color: approx Amethyst. HEX triplet: AA, 75 and CD. RGB value is (170,117,205). Sum of RGB (Red+Green+Blue) = 170+117+205=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75CD is #558A32. Grayscale: #8E8E8E. Windows color (decimal): -5605939 or 13465002. OLE color: 13465002.

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

Color convert

RGB170117205-
CMYK0.170.4300.20
HSL276.14º46.81%63.14%-
HSV(B)276.14º42.93%80.39%-
XYZ33.9625.6860.92-
YUV142.88163.06147.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=34.55%
G=23.78%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701172050.170.4300.20276.1446.8163.14
HexAA75CD112B0141142f3f
Octal25216531521530244245777
Binary1010101011101011100110110001101011010100100010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75CD; }

 p { color: rgb(170,117,205); }

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

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

 a { background-color: rgb(170,117,205); }

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

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

 span { border-color: rgb(170,117,205); }

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