#AA27B7

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

Shades of Dark Orchid #AA27B7

Tints of Dark Orchid #AA27B7

Color information

#AA27B7 (or 0xAA27B7) is unknown color: approx Dark Orchid. HEX triplet: AA, 27 and B7. RGB value is (170,39,183). Sum of RGB (Red+Green+Blue) = 170+39+183=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA27B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27B7 is #55D848. Grayscale: #5E5E5E. Windows color (decimal): -5625929 or 12003242. OLE color: 12003242.

HSL color Cylindrical-coordinate representation of color #AA27B7: hue angle of 294.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA27B7 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17039183-
CMYK0.070.7900.28
HSL294.58º64.86%43.53%-
HSV(B)294.58º78.69%71.76%-
XYZ25.8513.4246.03-
YUV94.58177.9181.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=43.37%
G=9.95%
B=46.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170391830.070.7900.28294.5864.8643.53
HexAA27B774F01C127412c
Octal25247267711703444710154
Binary101010101001111011011111110011110111001001001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA27B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA27B7; }

 p { color: rgb(170,39,183); }

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

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

 a { background-color: rgb(170,39,183); }

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

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

 span { border-color: rgb(170,39,183); }

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