#AA39CA

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

Shades of Dark Orchid #AA39CA

Tints of Dark Orchid #AA39CA

Color information

#AA39CA (or 0xAA39CA) is unknown color: approx Dark Orchid. HEX triplet: AA, 39 and CA. RGB value is (170,57,202). Sum of RGB (Red+Green+Blue) = 170+57+202=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA39CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39CA is #55C635. Grayscale: #6A6A6A. Windows color (decimal): -5621302 or 13253034. OLE color: 13253034.

HSL color Cylindrical-coordinate representation of color #AA39CA: hue angle of 286.76º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA39CA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17057202-
CMYK0.160.7200.21
HSL286.76º57.77%50.78%-
HSV(B)286.76º71.78%79.22%-
XYZ28.715.7457.4-
YUV107.32181.44172.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=39.63%
G=13.29%
B=47.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170572020.160.7200.21286.7657.7750.78
HexAA39CA104801511f3a33
Octal25271312201100254377263
Binary1010101011100111001010100001001000010101100011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39CA; }

 p { color: rgb(170,57,202); }

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

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

 a { background-color: rgb(170,57,202); }

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

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

 span { border-color: rgb(170,57,202); }

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