#AA26BE

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

Shades of Dark Orchid #AA26BE

Tints of Dark Orchid #AA26BE

Color information

#AA26BE (or 0xAA26BE) is unknown color: approx Dark Orchid. HEX triplet: AA, 26 and BE. RGB value is (170,38,190). Sum of RGB (Red+Green+Blue) = 170+38+190=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26BE is #55D941. Grayscale: #5E5E5E. Windows color (decimal): -5626178 or 12461738. OLE color: 12461738.

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

Color convert

RGB17038190-
CMYK0.110.800.25
HSL292.11º66.67%44.71%-
HSV(B)292.11º80%74.51%-
XYZ26.5613.6549.95-
YUV94.8181.73181.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 38 (15.23% from 255) = 9.55%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=42.71%
G=9.55%
B=47.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170381900.110.800.25292.1166.6744.71
HexAA26BEB50019124432d
Octal252462761312003144410355
Binary1010101010011010111110101110100000110011001001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA26BE; }

 p { color: rgb(170,38,190); }

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

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

 a { background-color: rgb(170,38,190); }

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

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

 span { border-color: rgb(170,38,190); }

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