Html Css Color HEX #AE29AD Dark Orchid

📋 copy color: '#AE29AD'

red 174 ◦ green 41 ◦ blue 173

#AE29AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AE29AD

Tints of Dark Orchid #AE29AD

RGB

 RED value IS 174 (68.36% from 255) = 44.85%

 GREEN value IS 41 (16.41% from 255) = 10.57%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 44.85%
G = 10.57%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE29AD (or 0xAE29AD) is known color: Dark Orchid. HEX triplet: AE, 29 and AD. RGB value is (174,41,173). Sum of RGB (Red+Green+Blue) = 174+41+173=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE29AD is #51D652. Grayscale: #5F5F5F. Windows color (decimal): -5363283 or 11348398. OLE color: 11348398.

HSL color Cylindrical-coordinate representation of color #AE29AD: hue angle of 300.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE29AD is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 173 -
CMYK 0 0.76 0.01 0.32
HSL 300.45º 0.62% 0.42% -
HSV(B) 300.45º 0.76% 0.68% -
XYZ 25.79 13.6 40.8 -
YUV 95.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 174 41 173 0 0.76 0.01 0.32 300.45 0.62 0.42
Hex AE 29 AD 0 4C 1 20 12C 3E 2A
Octal 256 51 255 0 114 1 40 454 76 52
Binary 10101110 101001 10101101 0 1001100 1 100000 100101100 111110 101010

Color Harmonies of #AE29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE29AD

Black with #AE29AD

Text Example


Text Example

White with #AE29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE29AD; }

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

 H1.HeaderClassName
 {
   color: #AE29AD;
 }
 .AnyTagClassName
 {
   color: #AE29AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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