#AA2FAC

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

Shades of Dark Orchid #AA2FAC

Tints of Dark Orchid #AA2FAC

Color information

#AA2FAC (or 0xAA2FAC) is unknown color: approx Dark Orchid. HEX triplet: AA, 2F and AC. RGB value is (170,47,172). Sum of RGB (Red+Green+Blue) = 170+47+172=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FAC is #55D053. Grayscale: #616161. Windows color (decimal): -5623892 or 11284394. OLE color: 11284394.

HSL color Cylindrical-coordinate representation of color #AA2FAC: hue angle of 299.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2FAC is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17047172-
CMYK0.010.7300.33
HSL299.04º57.08%42.94%-
HSV(B)299.04º72.67%67.45%-
XYZ25.0413.5640.33-
YUV98.03169.75179.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 47 (18.75% from 255) = 12.08%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=43.70%
G=12.08%
B=44.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170471720.010.7300.33299.0457.0842.94
HexAA2FAC14902112b392b
Octal2525725411110414537153
Binary1010101010111110101100110010010100001100101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2FAC; }

 p { color: rgb(170,47,172); }

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

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

 a { background-color: rgb(170,47,172); }

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

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

 span { border-color: rgb(170,47,172); }

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