#AA25B9

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

Shades of Dark Orchid #AA25B9

Tints of Dark Orchid #AA25B9

Color information

#AA25B9 (or 0xAA25B9) is unknown color: approx Dark Orchid. HEX triplet: AA, 25 and B9. RGB value is (170,37,185). Sum of RGB (Red+Green+Blue) = 170+37+185=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA25B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25B9 is #55DA46. Grayscale: #5D5D5D. Windows color (decimal): -5626439 or 12133802. OLE color: 12133802.

HSL color Cylindrical-coordinate representation of color #AA25B9: hue angle of 293.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA25B9 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17037185-
CMYK0.080.8000.27
HSL293.92º66.67%43.53%-
HSV(B)293.92º80%72.55%-
XYZ2613.3747.11-
YUV93.64179.56182.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=43.37%
G=9.44%
B=47.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170371850.080.8000.27293.9266.6743.53
HexAA25B985001B126432c
Octal252452711012003344610354
Binary1010101010010110111001100010100000110111001001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA25B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA25B9; }

 p { color: rgb(170,37,185); }

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

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

 a { background-color: rgb(170,37,185); }

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

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

 span { border-color: rgb(170,37,185); }

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