#AA2BD4

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

Shades of Dark Orchid #AA2BD4

Tints of Dark Orchid #AA2BD4

Color information

#AA2BD4 (or 0xAA2BD4) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and D4. RGB value is (170,43,212). Sum of RGB (Red+Green+Blue) = 170+43+212=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA2BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BD4 is #55D42B. Grayscale: #636363. Windows color (decimal): -5624876 or 13904810. OLE color: 13904810.

HSL color Cylindrical-coordinate representation of color #AA2BD4: hue angle of 285.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2BD4 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17043212-
CMYK0.200.8000.17
HSL285.09º66.27%50%-
HSV(B)285.09º79.72%83.14%-
XYZ29.3315.0363.64-
YUV100.24191.08177.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 10.12%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=40%
G=10.12%
B=49.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170432120.200.8000.17285.0966.2750
HexAA2BD4145001111d4232
Octal252533242412002143510262
Binary10101010101011110101001010010100000100011000111011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BD4; }

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

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

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

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

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

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

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

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