#AE35BA

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

Shades of Dark Orchid #AE35BA

Tints of Dark Orchid #AE35BA

Color information

#AE35BA (or 0xAE35BA) is unknown color: approx Dark Orchid. HEX triplet: AE, 35 and BA. RGB value is (174,53,186). Sum of RGB (Red+Green+Blue) = 174+53+186=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE35BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE35BA is #51CA45. Grayscale: #676767. Windows color (decimal): -5360198 or 12203438. OLE color: 12203438.

HSL color Cylindrical-coordinate representation of color #AE35BA: hue angle of 294.59º 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 #AE35BA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17453186-
CMYK0.060.7200.27
HSL294.59º55.65%46.86%-
HSV(B)294.59º71.51%72.94%-
XYZ27.5915.0947.91-
YUV104.34174.09177.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=42.13%
G=12.83%
B=45.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174531860.060.7200.27294.5955.6546.86
HexAE35BA64801B127382f
Octal2566527261100334477057
Binary10101110110101101110101101001000011011100100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE35BA; }

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

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

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

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

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

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

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

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