#AA38B5

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

Shades of Dark Orchid #AA38B5

Tints of Dark Orchid #AA38B5

Color information

#AA38B5 (or 0xAA38B5) is unknown color: approx Dark Orchid. HEX triplet: AA, 38 and B5. RGB value is (170,56,181). Sum of RGB (Red+Green+Blue) = 170+56+181=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA38B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38B5 is #55C74A. Grayscale: #676767. Windows color (decimal): -5621579 or 11876522. OLE color: 11876522.

HSL color Cylindrical-coordinate representation of color #AA38B5: hue angle of 294.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA38B5 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17056181-
CMYK0.060.6900.29
HSL294.72º52.74%46.47%-
HSV(B)294.72º69.06%70.98%-
XYZ26.3314.7145.17-
YUV104.34171.27174.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 181 (71.09% from 255) = 44.47%
R=41.77%
G=13.76%
B=44.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170561810.060.6900.29294.7252.7446.47
HexAA38B564501D127352e
Octal2527026561050354476556
Binary10101010111000101101011101000101011101100100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA38B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA38B5; }

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

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

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

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

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

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

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

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