#AE29CB

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

Shades of Dark Orchid #AE29CB

Tints of Dark Orchid #AE29CB

Color information

#AE29CB (or 0xAE29CB) is unknown color: approx Dark Orchid. HEX triplet: AE, 29 and CB. RGB value is (174,41,203). Sum of RGB (Red+Green+Blue) = 174+41+203=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE29CB is #51D634. Grayscale: #626262. Windows color (decimal): -5363253 or 13314478. OLE color: 13314478.

HSL color Cylindrical-coordinate representation of color #AE29CB: hue angle of 289.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE29CB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17441203-
CMYK0.140.8000.20
HSL289.26º66.39%47.84%-
HSV(B)289.26º79.8%79.61%-
XYZ29.0314.957.85-
YUV99.23186.56181.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=41.63%
G=9.81%
B=48.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174412030.140.8000.20289.2666.3947.84
HexAE29CBE500141214230
Octal256513131612002444110260
Binary1010111010100111001011111010100000101001001000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE29CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE29CB; }

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

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

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

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

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

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

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

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