#AC69CA

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

Shades of Amethyst #AC69CA

Tints of Amethyst #AC69CA

Color information

#AC69CA (or 0xAC69CA) is unknown color: approx Amethyst. HEX triplet: AC, 69 and CA. RGB value is (172,105,202). Sum of RGB (Red+Green+Blue) = 172+105+202=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CA is #539635. Grayscale: #878787. Windows color (decimal): -5477942 or 13265324. OLE color: 13265324.

HSL color Cylindrical-coordinate representation of color #AC69CA: hue angle of 281.44º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC69CA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172105202-
CMYK0.150.4800.21
HSL281.44º47.78%60.2%-
HSV(B)281.44º48.02%79.22%-
XYZ32.7323.1458.62-
YUV136.09165.2153.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=35.91%
G=21.92%
B=42.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721052020.150.4800.21281.4447.7860.2
HexAC69CAF30015119303c
Octal25415131217600254316074
Binary101011001101001110010101111110000010101100011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69CA; }

 p { color: rgb(172,105,202); }

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

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

 a { background-color: rgb(172,105,202); }

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

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

 span { border-color: rgb(172,105,202); }

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