#AA2BCD

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

Shades of Dark Orchid #AA2BCD

Tints of Dark Orchid #AA2BCD

Color information

#AA2BCD (or 0xAA2BCD) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and CD. RGB value is (170,43,205). Sum of RGB (Red+Green+Blue) = 170+43+205=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA2BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BCD is #55D432. Grayscale: #626262. Windows color (decimal): -5624883 or 13446058. OLE color: 13446058.

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

Color convert

RGB17043205-
CMYK0.170.7900.20
HSL287.04º65.32%48.63%-
HSV(B)287.04º79.02%80.39%-
XYZ28.4614.6859.09-
YUV99.44187.58178.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=40.67%
G=10.29%
B=49.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170432050.170.7900.20287.0465.3248.63
HexAA2BCD114F01411f4131
Octal252533152111702443710161
Binary10101010101011110011011000110011110101001000111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BCD; }

 p { color: rgb(170,43,205); }

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

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

 a { background-color: rgb(170,43,205); }

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

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

 span { border-color: rgb(170,43,205); }

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