#AE29B7

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

Shades of Dark Orchid #AE29B7

Tints of Dark Orchid #AE29B7

Color information

#AE29B7 (or 0xAE29B7) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and B7. RGB value is (174,41,183). Sum of RGB (Red+Green+Blue) = 174+41+183=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE29B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29B7 is #51D648. Grayscale: #606060. Windows color (decimal): -5363273 or 12003758. OLE color: 12003758.

HSL color Cylindrical-coordinate representation of color #AE29B7: hue angle of 296.2º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE29B7 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17441183-
CMYK0.050.7800.28
HSL296.2º63.39%43.92%-
HSV(B)296.2º77.6%71.76%-
XYZ26.81446.09-
YUV96.95176.56182.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 183 (71.88% from 255) = 45.98%
R=43.72%
G=10.30%
B=45.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174411830.050.7800.28296.263.3943.92
HexAE29B754E01C1283f2c
Octal2565126751160344507754
Binary10101110101001101101111011001110011100100101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29B7; }

 p { color: rgb(174,41,183); }

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

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

 a { background-color: rgb(174,41,183); }

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

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

 span { border-color: rgb(174,41,183); }

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