#aa1fba

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

Shades of Dark Orchid #AA1FBA

Tints of Dark Orchid #AA1FBA

Color information

#AA1FBA (or 0xAA1FBA) is unknown color: approx Dark Orchid. HEX triplet: AA, 1F and BA. RGB value is (170,31,186). Sum of RGB (Red+Green+Blue) = 170+31+186=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FBA is #55E045. Grayscale: #595959. Windows color (decimal): -5627974 or 12197802. OLE color: 12197802.

HSL color Cylindrical-coordinate representation of color #AA1FBA: hue angle of 293.81º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1FBA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17031186-
CMYK0.090.8300.27
HSL293.81º71.43%42.55%-
HSV(B)293.81º83.33%72.94%-
XYZ25.9313.0747.61-
YUV90.23182.05184.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 31 (12.5% from 255) = 8.01%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=43.93%
G=8.01%
B=48.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170311860.090.8300.27293.8171.4342.55
HexAA1FBA95301B126472b
Octal252372721112303344610753
Binary101010101111110111010100110100110110111001001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1fba; }

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

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

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

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

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

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

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

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