#AE35C9

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

Shades of Dark Orchid #AE35C9

Tints of Dark Orchid #AE35C9

Color information

#AE35C9 (or 0xAE35C9) is unknown color: approx Dark Orchid. HEX triplet: AE, 35 and C9. RGB value is (174,53,201). Sum of RGB (Red+Green+Blue) = 174+53+201=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE35C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE35C9 is #51CA36. Grayscale: #696969. Windows color (decimal): -5360183 or 13186478. OLE color: 13186478.

HSL color Cylindrical-coordinate representation of color #AE35C9: hue angle of 289.05º 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 #AE35C9 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17453201-
CMYK0.130.7400.21
HSL289.05º58.27%49.8%-
HSV(B)289.05º73.63%78.82%-
XYZ29.2715.7656.76-
YUV106.05181.59176.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 53 (21.09% from 255) = 12.38%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=40.65%
G=12.38%
B=46.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174532010.130.7400.21289.0558.2749.8
HexAE35C9D4A0151213a32
Octal25665311151120254417262
Binary101011101101011100100111011001010010101100100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35C9; }

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

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

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

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

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

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

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

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