#AE32C7

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

Shades of Dark Orchid #AE32C7

Tints of Dark Orchid #AE32C7

Color information

#AE32C7 (or 0xAE32C7) is unknown color: approx Dark Orchid. HEX triplet: AE, 32 and C7. RGB value is (174,50,199). Sum of RGB (Red+Green+Blue) = 174+50+199=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE32C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32C7 is #51CD38. Grayscale: #676767. Windows color (decimal): -5360953 or 13054638. OLE color: 13054638.

HSL color Cylindrical-coordinate representation of color #AE32C7: hue angle of 289.93º degrees, saturation: 0.6, 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 #AE32C7 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17450199-
CMYK0.130.7500.22
HSL289.93º59.84%48.82%-
HSV(B)289.93º74.87%78.04%-
XYZ28.915.455.48-
YUV104.06181.58177.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 199 (78.12% from 255) = 47.04%
R=41.13%
G=11.82%
B=47.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174501990.130.7500.22289.9359.8448.82
HexAE32C7D4B0161223c31
Octal25662307151130264427461
Binary101011101100101100011111011001011010110100100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE32C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE32C7; }

 p { color: rgb(174,50,199); }

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

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

 a { background-color: rgb(174,50,199); }

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

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

 span { border-color: rgb(174,50,199); }

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