Html Css Color HEX #AE27AD Dark Orchid

📋 copy color: '#AE27AD'

red 174 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #AE27AD

Tints of Dark Orchid #AE27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

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

R = 45.08%
G = 10.1%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE27AD (or 0xAE27AD) is known color: Dark Orchid. HEX triplet: AE, 27 and AD. RGB value is (174,39,173). Sum of RGB (Red+Green+Blue) = 174+39+173=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE27AD is #51D852. Grayscale: #5E5E5E. Windows color (decimal): -5363795 or 11347886. OLE color: 11347886.

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

Color convert

RGB 174 39 173 -
CMYK 0 0.78 0.01 0.32
HSL 300.44º 0.63% 0.42% -
HSV(B) 300.44º 0.78% 0.68% -
XYZ 25.72 13.47 40.78 -
YUV 94.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 174 39 173 0 0.78 0.01 0.32 300.44 0.63 0.42
Hex AE 27 AD 0 4E 1 20 12C 3F 2A
Octal 256 47 255 0 116 1 40 454 77 52
Binary 10101110 100111 10101101 0 1001110 1 100000 100101100 111111 101010

Color Harmonies of #AE27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE27AD

Black with #AE27AD

Text Example


Text Example

White with #AE27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE27AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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