#AA27D4

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

Shades of Dark Orchid #AA27D4

Tints of Dark Orchid #AA27D4

Color information

#AA27D4 (or 0xAA27D4) is unknown color: approx Dark Orchid. HEX triplet: AA, 27 and D4. RGB value is (170,39,212). Sum of RGB (Red+Green+Blue) = 170+39+212=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA27D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27D4 is #55D82B. Grayscale: #616161. Windows color (decimal): -5625900 or 13903786. OLE color: 13903786.

HSL color Cylindrical-coordinate representation of color #AA27D4: hue angle of 285.43º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA27D4 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17039212-
CMYK0.200.8200.17
HSL285.43º68.92%49.22%-
HSV(B)285.43º81.6%83.14%-
XYZ29.1914.7563.6-
YUV97.89192.4179.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 39 (15.62% from 255) = 9.26%
BLUE value IS 212 (83.20% from 255) = 50.36%
R=40.38%
G=9.26%
B=50.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170392120.200.8200.17285.4368.9249.22
HexAA27D4145201111d4531
Octal252473242412202143510561
Binary10101010100111110101001010010100100100011000111011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA27D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA27D4; }

 p { color: rgb(170,39,212); }

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

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

 a { background-color: rgb(170,39,212); }

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

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

 span { border-color: rgb(170,39,212); }

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