#AA34B6

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

Shades of Dark Orchid #AA34B6

Tints of Dark Orchid #AA34B6

Color information

#AA34B6 (or 0xAA34B6) is unknown color: approx Dark Orchid. HEX triplet: AA, 34 and B6. RGB value is (170,52,182). Sum of RGB (Red+Green+Blue) = 170+52+182=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA34B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA34B6 is #55CB49. Grayscale: #656565. Windows color (decimal): -5622602 or 11941034. OLE color: 11941034.

HSL color Cylindrical-coordinate representation of color #AA34B6: hue angle of 294.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA34B6 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17052182-
CMYK0.070.7100.29
HSL294.46º55.56%45.88%-
HSV(B)294.46º71.43%71.37%-
XYZ26.2514.3845.65-
YUV102.1173.09176.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=42.08%
G=12.87%
B=45.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170521820.070.7100.29294.4655.5645.88
HexAA34B674701D126382e
Octal2526426671070354467056
Binary10101010110100101101101111000111011101100100110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34B6; }

 p { color: rgb(170,52,182); }

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

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

 a { background-color: rgb(170,52,182); }

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

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

 span { border-color: rgb(170,52,182); }

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