#AA1FCC

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

Shades of Dark Orchid #AA1FCC

Tints of Dark Orchid #AA1FCC

Color information

#AA1FCC (or 0xAA1FCC) is unknown color: approx Dark Orchid. HEX triplet: AA, 1F and CC. RGB value is (170,31,204). Sum of RGB (Red+Green+Blue) = 170+31+204=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FCC is #55E033. Grayscale: #5B5B5B. Windows color (decimal): -5627956 or 13377450. OLE color: 13377450.

HSL color Cylindrical-coordinate representation of color #AA1FCC: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1FCC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17031204-
CMYK0.170.8500.2
HSL288.21º73.62%46.08%-
HSV(B)288.21º84.8%80%-
XYZ27.9713.8958.33-
YUV92.28191.05183.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 31 (12.5% from 255) = 7.65%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=41.98%
G=7.65%
B=50.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170312040.170.8500.2288.2173.6246.08
HexAA1FCC11550141204a2e
Octal252373142112502444011256
Binary1010101011111110011001000110101010101001001000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1FCC; }

 p { color: rgb(170,31,204); }

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

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

 a { background-color: rgb(170,31,204); }

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

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

 span { border-color: rgb(170,31,204); }

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