#AA38BE

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

Shades of Dark Orchid #AA38BE

Tints of Dark Orchid #AA38BE

Color information

#AA38BE (or 0xAA38BE) is unknown color: approx Dark Orchid. HEX triplet: AA, 38 and BE. RGB value is (170,56,190). Sum of RGB (Red+Green+Blue) = 170+56+190=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA38BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38BE is #55C741. Grayscale: #686868. Windows color (decimal): -5621570 or 12466346. OLE color: 12466346.

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

Color convert

RGB17056190-
CMYK0.110.7100.25
HSL291.04º54.47%48.24%-
HSV(B)291.04º70.53%74.51%-
XYZ27.2915.0950.19-
YUV105.36175.77174.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=40.87%
G=13.46%
B=45.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170561900.110.7100.25291.0454.4748.24
HexAA38BEB470191233630
Octal25270276131070314436660
Binary101010101110001011111010111000111011001100100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38BE; }

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

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

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

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

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

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

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

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