#AA35BA

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

Shades of Dark Orchid #AA35BA

Tints of Dark Orchid #AA35BA

Color information

#AA35BA (or 0xAA35BA) is unknown color: approx Dark Orchid. HEX triplet: AA, 35 and BA. RGB value is (170,53,186). Sum of RGB (Red+Green+Blue) = 170+53+186=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35BA is #55CA45. Grayscale: #666666. Windows color (decimal): -5622342 or 12203434. OLE color: 12203434.

HSL color Cylindrical-coordinate representation of color #AA35BA: hue angle of 292.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA35BA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17053186-
CMYK0.090.7200.27
HSL292.78º55.65%46.86%-
HSV(B)292.78º71.51%72.94%-
XYZ26.7114.6447.87-
YUV103.15174.76175.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=41.56%
G=12.96%
B=45.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170531860.090.7200.27292.7855.6546.86
HexAA35BA94801B125382f
Octal25265272111100334457057
Binary101010101101011011101010011001000011011100100101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35BA; }

 p { color: rgb(170,53,186); }

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

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

 a { background-color: rgb(170,53,186); }

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

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

 span { border-color: rgb(170,53,186); }

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