Html Css Color HEX #AE23AD Dark Orchid

📋 copy color: '#AE23AD'

red 174 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #AE23AD

Tints of Dark Orchid #AE23AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

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

R = 45.55%
G = 9.16%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE23AD (or 0xAE23AD) is known color: Dark Orchid. HEX triplet: AE, 23 and AD. RGB value is (174,35,173). Sum of RGB (Red+Green+Blue) = 174+35+173=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE23AD is #51DC52. Grayscale: #5B5B5B. Windows color (decimal): -5364819 or 11346862. OLE color: 11346862.

HSL color Cylindrical-coordinate representation of color #AE23AD: hue angle of 300.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE23AD is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 173 -
CMYK 0 0.80 0.01 0.32
HSL 300.43º 0.67% 0.41% -
HSV(B) 300.43º 0.8% 0.68% -
XYZ 25.6 13.22 40.74 -
YUV 92.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 174 35 173 0 0.80 0.01 0.32 300.43 0.67 0.41
Hex AE 23 AD 0 50 1 20 12C 43 29
Octal 256 43 255 0 120 1 40 454 103 51
Binary 10101110 100011 10101101 0 1010000 1 100000 100101100 1000011 101001

Color Harmonies of #AE23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE23AD

Black with #AE23AD

Text Example


Text Example

White with #AE23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE23AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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