Html Css Color HEX #AE2ECC Dark Orchid

📋 copy color: '#AE2ECC'

red 174 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #AE2ECC

Tints of Dark Orchid #AE2ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 41.04%
G = 10.85%
B = 48.11%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE2ECC (or 0xAE2ECC) is known color: Dark Orchid. HEX triplet: AE, 2E and CC. RGB value is (174,46,204). Sum of RGB (Red+Green+Blue) = 174+46+204=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2ECC is #51D133. Grayscale: #656565. Windows color (decimal): -5361972 or 13381294. OLE color: 13381294.

HSL color Cylindrical-coordinate representation of color #AE2ECC: hue angle of 288.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2ECC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 46 204 -
CMYK 0.15 0.77 0 0.2
HSL 288.61º 0.63% 0.49% -
HSV(B) 288.61º 0.77% 0.8% -
XYZ 29.33 15.31 58.54 -
YUV 102.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 174 46 204 0.15 0.77 0 0.2 288.61 0.63 0.49
Hex AE 2E CC F 4D 0 14 121 3F 31
Octal 256 56 314 17 115 0 24 441 77 61
Binary 10101110 101110 11001100 1111 1001101 0 10100 100100001 111111 110001

Color Harmonies of #AE2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2ECC

Black with #AE2ECC

Text Example


Text Example

White with #AE2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2ECC; }

 p { color: rgb(174,46,204); }

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

background-color css

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

 a { background-color: rgb(174,46,204); }

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

border-color css

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

 span { border-color: rgb(174,46,204); }

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