#AC65E6

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

Shades of Amethyst #AC65E6

Tints of Amethyst #AC65E6

Color information

#AC65E6 (or 0xAC65E6) is unknown color: approx Amethyst. HEX triplet: AC, 65 and E6. RGB value is (172,101,230). Sum of RGB (Red+Green+Blue) = 172+101+230=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC65E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65E6 is #539A19. Grayscale: #888888. Windows color (decimal): -5478938 or 15099308. OLE color: 15099308.

HSL color Cylindrical-coordinate representation of color #AC65E6: hue angle of 273.02º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC65E6 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172101230-
CMYK0.250.5600.10
HSL273.02º72.07%64.9%-
HSV(B)273.02º56.09%90.2%-
XYZ35.9523.7977.56-
YUV136.94180.52153.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=34.19%
G=20.08%
B=45.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721012300.250.5600.10273.0272.0764.9
HexAC65E619380A1114841
Octal2541453463170012421110101
Binary10101100110010111100110110011110000101010001000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65E6; }

 p { color: rgb(172,101,230); }

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

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

 a { background-color: rgb(172,101,230); }

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

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

 span { border-color: rgb(172,101,230); }

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