#AA38EC

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

Shades of Dark Orchid #AA38EC

Tints of Dark Orchid #AA38EC

Color information

#AA38EC (or 0xAA38EC) is unknown color: approx Dark Orchid. HEX triplet: AA, 38 and EC. RGB value is (170,56,236). Sum of RGB (Red+Green+Blue) = 170+56+236=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA38EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38EC is #55C713. Grayscale: #6E6E6E. Windows color (decimal): -5621524 or 15481002. OLE color: 15481002.

HSL color Cylindrical-coordinate representation of color #AA38EC: hue angle of 278º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA38EC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17056236-
CMYK0.280.7600.07
HSL278º82.57%57.25%-
HSV(B)278º76.27%92.55%-
XYZ33.1317.4380.98-
YUV110.61198.77170.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 56 (22.27% from 255) = 12.12%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=36.80%
G=12.12%
B=51.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170562360.280.7600.0727882.5757.25
HexAA38EC1C4C071165339
Octal25270354341140742612371
Binary101010101110001110110011100100110001111000101101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38EC; }

 p { color: rgb(170,56,236); }

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

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

 a { background-color: rgb(170,56,236); }

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

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

 span { border-color: rgb(170,56,236); }

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