#AA42CC

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

Shades of Dark Orchid #AA42CC

Tints of Dark Orchid #AA42CC

Color information

#AA42CC (or 0xAA42CC) is unknown color: approx Dark Orchid. HEX triplet: AA, 42 and CC. RGB value is (170,66,204). Sum of RGB (Red+Green+Blue) = 170+66+204=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA42CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42CC is #55BD33. Grayscale: #707070. Windows color (decimal): -5618996 or 13386410. OLE color: 13386410.

HSL color Cylindrical-coordinate representation of color #AA42CC: hue angle of 285.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA42CC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17066204-
CMYK0.170.6800.2
HSL285.22º57.5%52.94%-
HSV(B)285.22º67.65%80%-
XYZ29.4216.858.82-
YUV112.83179.46168.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=38.64%
G=15%
B=46.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170662040.170.6800.2285.2257.552.94
HexAA42CC114401411d3a35
Octal252102314211040244357265
Binary10101010100001011001100100011000100010100100011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42CC; }

 p { color: rgb(170,66,204); }

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

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

 a { background-color: rgb(170,66,204); }

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

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

 span { border-color: rgb(170,66,204); }

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