Html Css Color HEX #AE2AAC Dark Orchid

📋 copy color: '#AE2AAC'

red 174 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #AE2AAC

Tints of Dark Orchid #AE2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.82%

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

R = 44.85%
G = 10.82%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE2AAC (or 0xAE2AAC) is known color: Dark Orchid. HEX triplet: AE, 2A and AC. RGB value is (174,42,172). Sum of RGB (Red+Green+Blue) = 174+42+172=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2AAC is #51D553. Grayscale: #5F5F5F. Windows color (decimal): -5363028 or 11283118. OLE color: 11283118.

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

Color convert

RGB 174 42 172 -
CMYK 0 0.76 0.01 0.32
HSL 300.91º 0.61% 0.42% -
HSV(B) 300.91º 0.76% 0.68% -
XYZ 25.73 13.63 40.31 -
YUV 96.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 174 42 172 0 0.76 0.01 0.32 300.91 0.61 0.42
Hex AE 2A AC 0 4C 1 20 12D 3D 2A
Octal 256 52 254 0 114 1 40 455 75 52
Binary 10101110 101010 10101100 0 1001100 1 100000 100101101 111101 101010

Color Harmonies of #AE2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2AAC

Black with #AE2AAC

Text Example


Text Example

White with #AE2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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