#AE33C8

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

Shades of Dark Orchid #AE33C8

Tints of Dark Orchid #AE33C8

Color information

#AE33C8 (or 0xAE33C8) is unknown color: approx Dark Orchid. HEX triplet: AE, 33 and C8. RGB value is (174,51,200). Sum of RGB (Red+Green+Blue) = 174+51+200=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE33C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33C8 is #51CC37. Grayscale: #686868. Windows color (decimal): -5360696 or 13120430. OLE color: 13120430.

HSL color Cylindrical-coordinate representation of color #AE33C8: hue angle of 289.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE33C8 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17451200-
CMYK0.130.7400.22
HSL289.53º59.36%49.22%-
HSV(B)289.53º74.5%78.43%-
XYZ29.0615.5456.11-
YUV104.76181.75177.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=40.94%
G=12%
B=47.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174512000.130.7400.22289.5359.3649.22
HexAE33C8D4A0161223b31
Octal25663310151120264427361
Binary101011101100111100100011011001010010110100100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33C8; }

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

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

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

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

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

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

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

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