#AC65DA

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

Shades of Amethyst #AC65DA

Tints of Amethyst #AC65DA

Color information

#AC65DA (or 0xAC65DA) is unknown color: approx Amethyst. HEX triplet: AC, 65 and DA. RGB value is (172,101,218). Sum of RGB (Red+Green+Blue) = 172+101+218=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DA is #539A25. Grayscale: #878787. Windows color (decimal): -5478950 or 14312876. OLE color: 14312876.

HSL color Cylindrical-coordinate representation of color #AC65DA: hue angle of 276.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC65DA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172101218-
CMYK0.210.5400.15
HSL276.41º61.26%62.55%-
HSV(B)276.41º53.67%85.49%-
XYZ34.3223.1468.99-
YUV135.57174.52153.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=35.03%
G=20.57%
B=44.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721012180.210.5400.15276.4161.2662.55
HexAC65DA15360F1143d3f
Octal25414533225660174247577
Binary101011001100101110110101010111011001111100010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65DA; }

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

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

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

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

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

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

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

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