#AA67E7

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

Shades of Amethyst #AA67E7

Tints of Amethyst #AA67E7

Color information

#AA67E7 (or 0xAA67E7) is unknown color: approx Amethyst. HEX triplet: AA, 67 and E7. RGB value is (170,103,231). Sum of RGB (Red+Green+Blue) = 170+103+231=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA67E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67E7 is #559818. Grayscale: #898989. Windows color (decimal): -5609497 or 15165354. OLE color: 15165354.

HSL color Cylindrical-coordinate representation of color #AA67E7: hue angle of 271.41º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA67E7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170103231-
CMYK0.260.5500.09
HSL271.41º72.73%65.49%-
HSV(B)271.41º55.41%90.59%-
XYZ35.8524.0278.35-
YUV137.62180.7151.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=33.73%
G=20.44%
B=45.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701032310.260.5500.09271.4172.7365.49
HexAA67E71A370910f4941
Octal2521473473267011417111101
Binary10101010110011111100111110101101110100110000111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67E7; }

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

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

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

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

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

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

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

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