#AE35C2

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

Shades of Dark Orchid #AE35C2

Tints of Dark Orchid #AE35C2

Color information

#AE35C2 (or 0xAE35C2) is unknown color: approx Dark Orchid. HEX triplet: AE, 35 and C2. RGB value is (174,53,194). Sum of RGB (Red+Green+Blue) = 174+53+194=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE35C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE35C2 is #51CA3D. Grayscale: #686868. Windows color (decimal): -5360190 or 12727726. OLE color: 12727726.

HSL color Cylindrical-coordinate representation of color #AE35C2: hue angle of 291.49º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE35C2 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17453194-
CMYK0.100.7300.24
HSL291.49º57.09%48.43%-
HSV(B)291.49º72.68%76.08%-
XYZ28.4715.4452.52-
YUV105.25178.09177.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=41.33%
G=12.59%
B=46.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174531940.100.7300.24291.4957.0948.43
HexAE35C2A490181233930
Octal25665302121110304437160
Binary101011101101011100001010101001001011000100100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35C2; }

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

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

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

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

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

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

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

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