Html Css Color HEX #AE28AD Dark Orchid

📋 copy color: '#AE28AD'

red 174 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #AE28AD

Tints of Dark Orchid #AE28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 44.96%
G = 10.34%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE28AD (or 0xAE28AD) is known color: Dark Orchid. HEX triplet: AE, 28 and AD. RGB value is (174,40,173). Sum of RGB (Red+Green+Blue) = 174+40+173=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE28AD is #51D752. Grayscale: #5E5E5E. Windows color (decimal): -5363539 or 11348142. OLE color: 11348142.

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

Color convert

RGB 174 40 173 -
CMYK 0 0.77 0.01 0.32
HSL 300.45º 0.63% 0.42% -
HSV(B) 300.45º 0.77% 0.68% -
XYZ 25.76 13.53 40.79 -
YUV 95.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 174 40 173 0 0.77 0.01 0.32 300.45 0.63 0.42
Hex AE 28 AD 0 4D 1 20 12C 3F 2A
Octal 256 50 255 0 115 1 40 454 77 52
Binary 10101110 101000 10101101 0 1001101 1 100000 100101100 111111 101010

Color Harmonies of #AE28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28AD

Black with #AE28AD

Text Example


Text Example

White with #AE28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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