Html Css Color HEX #AE27AC Dark Orchid

📋 copy color: '#AE27AC'

red 174 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #AE27AC

Tints of Dark Orchid #AE27AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 45.19%
G = 10.13%
B = 44.68%

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

#AE27AC (or 0xAE27AC) is known color: Dark Orchid. HEX triplet: AE, 27 and AC. RGB value is (174,39,172). Sum of RGB (Red+Green+Blue) = 174+39+172=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE27AC is #51D853. Grayscale: #5E5E5E. Windows color (decimal): -5363796 or 11282350. OLE color: 11282350.

HSL color Cylindrical-coordinate representation of color #AE27AC: hue angle of 300.89º 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 #AE27AC is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 39 172 -
CMYK 0 0.78 0.01 0.32
HSL 300.89º 0.63% 0.42% -
HSV(B) 300.89º 0.78% 0.68% -
XYZ 25.63 13.43 40.27 -
YUV 94.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 174 39 172 0 0.78 0.01 0.32 300.89 0.63 0.42
Hex AE 27 AC 0 4E 1 20 12D 3F 2A
Octal 256 47 254 0 116 1 40 455 77 52
Binary 10101110 100111 10101100 0 1001110 1 100000 100101101 111111 101010

Color Harmonies of #AE27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE27AC

Black with #AE27AC

Text Example


Text Example

White with #AE27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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