#AD67E7

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

Shades of Amethyst #AD67E7

Tints of Amethyst #AD67E7

Color information

#AD67E7 (or 0xAD67E7) is unknown color: approx Amethyst. HEX triplet: AD, 67 and E7. RGB value is (173,103,231). Sum of RGB (Red+Green+Blue) = 173+103+231=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD67E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67E7 is #529818. Grayscale: #8A8A8A. Windows color (decimal): -5412889 or 15165357. OLE color: 15165357.

HSL color Cylindrical-coordinate representation of color #AD67E7: hue angle of 272.81º 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 #AD67E7 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173103231-
CMYK0.250.5500.09
HSL272.81º72.73%65.49%-
HSV(B)272.81º55.41%90.59%-
XYZ36.5124.3578.38-
YUV138.52180.19152.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=34.12%
G=20.32%
B=45.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731032310.250.5500.09272.8172.7365.49
HexAD67E71937091114941
Octal2551473473167011421111101
Binary10101101110011111100111110011101110100110001000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67E7; }

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

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

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

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

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

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

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

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