#AA35C9

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

Shades of Dark Orchid #AA35C9

Tints of Dark Orchid #AA35C9

Color information

#AA35C9 (or 0xAA35C9) is unknown color: approx Dark Orchid. HEX triplet: AA, 35 and C9. RGB value is (170,53,201). Sum of RGB (Red+Green+Blue) = 170+53+201=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA35C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35C9 is #55CA36. Grayscale: #686868. Windows color (decimal): -5622327 or 13186474. OLE color: 13186474.

HSL color Cylindrical-coordinate representation of color #AA35C9: hue angle of 287.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA35C9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17053201-
CMYK0.150.7400.21
HSL287.43º58.27%49.8%-
HSV(B)287.43º73.63%78.82%-
XYZ28.3915.3156.72-
YUV104.86182.26174.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=40.09%
G=12.5%
B=47.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170532010.150.7400.21287.4358.2749.8
HexAA35C9F4A01511f3a32
Octal25265311171120254377262
Binary101010101101011100100111111001010010101100011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35C9; }

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

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

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

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

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

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

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

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