#AA3CB7

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

Shades of Dark Orchid #AA3CB7

Tints of Dark Orchid #AA3CB7

Color information

#AA3CB7 (or 0xAA3CB7) is unknown color: approx Dark Orchid. HEX triplet: AA, 3C and B7. RGB value is (170,60,183). Sum of RGB (Red+Green+Blue) = 170+60+183=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA3CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CB7 is #55C348. Grayscale: #6A6A6A. Windows color (decimal): -5620553 or 12008618. OLE color: 12008618.

HSL color Cylindrical-coordinate representation of color #AA3CB7: hue angle of 293.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3CB7 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17060183-
CMYK0.070.6700.28
HSL293.66º50.62%47.65%-
HSV(B)293.66º67.21%71.76%-
XYZ26.7415.246.32-
YUV106.91170.94173-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 60 (23.83% from 255) = 14.53%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=41.16%
G=14.53%
B=44.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170601830.070.6700.28293.6650.6247.65
HexAA3CB774301C1263330
Octal2527426771030344466360
Binary10101010111100101101111111000011011100100100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CB7; }

 p { color: rgb(170,60,183); }

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

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

 a { background-color: rgb(170,60,183); }

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

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

 span { border-color: rgb(170,60,183); }

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