#AA67CD

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

Shades of Amethyst #AA67CD

Tints of Amethyst #AA67CD

Color information

#AA67CD (or 0xAA67CD) is unknown color: approx Amethyst. HEX triplet: AA, 67 and CD. RGB value is (170,103,205). Sum of RGB (Red+Green+Blue) = 170+103+205=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CD is #559832. Grayscale: #868686. Windows color (decimal): -5609523 or 13461418. OLE color: 13461418.

HSL color Cylindrical-coordinate representation of color #AA67CD: hue angle of 279.41º 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 #AA67CD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170103205-
CMYK0.170.5000.20
HSL279.41º50.5%60.39%-
HSV(B)279.41º49.76%80.39%-
XYZ32.4522.6560.42-
YUV134.66167.7153.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=35.56%
G=21.55%
B=42.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701032050.170.5000.20279.4150.560.39
HexAA67CD1132014117323c
Octal25214731521620244276274
Binary1010101011001111100110110001110010010100100010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67CD; }

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

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

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

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

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

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

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

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