#AE33E4

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

Shades of Dark Orchid #AE33E4

Tints of Dark Orchid #AE33E4

Color information

#AE33E4 (or 0xAE33E4) is unknown color: approx Dark Orchid. HEX triplet: AE, 33 and E4. RGB value is (174,51,228). Sum of RGB (Red+Green+Blue) = 174+51+228=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33E4 is #51CC1B. Grayscale: #6B6B6B. Windows color (decimal): -5360668 or 14955438. OLE color: 14955438.

HSL color Cylindrical-coordinate representation of color #AE33E4: hue angle of 281.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE33E4 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17451228-
CMYK0.240.7800.11
HSL281.69º76.62%54.71%-
HSV(B)281.69º77.63%89.41%-
XYZ32.6416.9774.95-
YUV107.96195.75175.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 228 (89.45% from 255) = 50.33%
R=38.41%
G=11.26%
B=50.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174512280.240.7800.11281.6976.6254.71
HexAE33E4184E0B11a4d37
Octal256633443011601343211567
Binary1010111011001111100100110001001110010111000110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33E4; }

 p { color: rgb(174,51,228); }

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

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

 a { background-color: rgb(174,51,228); }

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

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

 span { border-color: rgb(174,51,228); }

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