#AA67CB

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

Shades of Amethyst #AA67CB

Tints of Amethyst #AA67CB

Color information

#AA67CB (or 0xAA67CB) is unknown color: approx Amethyst. HEX triplet: AA, 67 and CB. RGB value is (170,103,203). Sum of RGB (Red+Green+Blue) = 170+103+203=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CB is #559834. Grayscale: #868686. Windows color (decimal): -5609525 or 13330346. OLE color: 13330346.

HSL color Cylindrical-coordinate representation of color #AA67CB: hue angle of 280.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA67CB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170103203-
CMYK0.160.4900.20
HSL280.2º49.02%60%-
HSV(B)280.2º49.26%79.61%-
XYZ32.2122.5659.16-
YUV134.43166.7153.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=35.71%
G=21.64%
B=42.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701032030.160.4900.20280.249.0260
HexAA67CB1031014118313c
Octal25214731320610244306174
Binary1010101011001111100101110000110001010100100011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67CB; }

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

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

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

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

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

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

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

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