#aa3fbf

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

Shades of Dark Orchid #AA3FBF

Tints of Dark Orchid #AA3FBF

Color information

#AA3FBF (or 0xAA3FBF) is unknown color: approx Dark Orchid. HEX triplet: AA, 3F and BF. RGB value is (170,63,191). Sum of RGB (Red+Green+Blue) = 170+63+191=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FBF is #55C040. Grayscale: #6D6D6D. Windows color (decimal): -5619777 or 12533674. OLE color: 12533674.

HSL color Cylindrical-coordinate representation of color #AA3FBF: hue angle of 290.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3FBF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17063191-
CMYK0.110.6700.25
HSL290.16º50.39%49.8%-
HSV(B)290.16º67.02%74.9%-
XYZ27.7615.8650.89-
YUV109.58173.95171.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 191 (75% from 255) = 45.05%
R=40.09%
G=14.86%
B=45.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170631910.110.6700.25290.1650.3949.8
HexAA3FBFB430191223232
Octal25277277131030314426262
Binary101010101111111011111110111000011011001100100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3fbf; }

 p { color: rgb(170,63,191); }

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

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

 a { background-color: rgb(170,63,191); }

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

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

 span { border-color: rgb(170,63,191); }

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