#AA43CC

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

Shades of Dark Orchid #AA43CC

Tints of Dark Orchid #AA43CC

Color information

#AA43CC (or 0xAA43CC) is unknown color: approx Dark Orchid. HEX triplet: AA, 43 and CC. RGB value is (170,67,204). Sum of RGB (Red+Green+Blue) = 170+67+204=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA43CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43CC is #55BC33. Grayscale: #707070. Windows color (decimal): -5618740 or 13386666. OLE color: 13386666.

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

Color convert

RGB17067204-
CMYK0.170.6700.2
HSL285.11º57.32%53.14%-
HSV(B)285.11º67.16%80%-
XYZ29.4816.9258.84-
YUV113.42179.12168.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 67 (26.56% from 255) = 15.19%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=38.55%
G=15.19%
B=46.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170672040.170.6700.2285.1157.3253.14
HexAA43CC114301411d3935
Octal252103314211030244357165
Binary10101010100001111001100100011000011010100100011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA43CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA43CC; }

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

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

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

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

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

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

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

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