#AA23C8

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

Shades of Dark Orchid #AA23C8

Tints of Dark Orchid #AA23C8

Color information

#AA23C8 (or 0xAA23C8) is unknown color: approx Dark Orchid. HEX triplet: AA, 23 and C8. RGB value is (170,35,200). Sum of RGB (Red+Green+Blue) = 170+35+200=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA23C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23C8 is #55DC37. Grayscale: #5D5D5D. Windows color (decimal): -5626936 or 13116330. OLE color: 13116330.

HSL color Cylindrical-coordinate representation of color #AA23C8: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA23C8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17035200-
CMYK0.150.8200.22
HSL289.09º70.21%46.08%-
HSV(B)289.09º82.5%78.43%-
XYZ27.613.9255.88-
YUV94.18187.73182.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 35 (14.06% from 255) = 8.64%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=41.98%
G=8.64%
B=49.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170352000.150.8200.22289.0970.2146.08
HexAA23C8F52016121462e
Octal252433101712202644110656
Binary1010101010001111001000111110100100101101001000011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA23C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA23C8; }

 p { color: rgb(170,35,200); }

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

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

 a { background-color: rgb(170,35,200); }

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

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

 span { border-color: rgb(170,35,200); }

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