Html Css Color HEX #AE2CAC Dark Orchid

📋 copy color: '#AE2CAC'

red 174 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #AE2CAC

Tints of Dark Orchid #AE2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

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

R = 44.62%
G = 11.28%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE2CAC (or 0xAE2CAC) is known color: Dark Orchid. HEX triplet: AE, 2C and AC. RGB value is (174,44,172). Sum of RGB (Red+Green+Blue) = 174+44+172=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2CAC is #51D353. Grayscale: #616161. Windows color (decimal): -5362516 or 11283630. OLE color: 11283630.

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

Color convert

RGB 174 44 172 -
CMYK 0 0.75 0.01 0.32
HSL 300.92º 0.6% 0.43% -
HSV(B) 300.92º 0.75% 0.68% -
XYZ 25.8 13.78 40.33 -
YUV 97.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 174 44 172 0 0.75 0.01 0.32 300.92 0.6 0.43
Hex AE 2C AC 0 4B 1 20 12D 3C 2B
Octal 256 54 254 0 113 1 40 455 74 53
Binary 10101110 101100 10101100 0 1001011 1 100000 100101101 111100 101011

Color Harmonies of #AE2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2CAC

Black with #AE2CAC

Text Example


Text Example

White with #AE2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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