Html Css Color HEX #AE1ECC Dark Orchid

📋 copy color: '#AE1ECC'

red 174 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #AE1ECC

Tints of Dark Orchid #AE1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.35%

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

R = 42.65%
G = 7.35%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE1ECC (or 0xAE1ECC) is known color: Dark Orchid. HEX triplet: AE, 1E and CC. RGB value is (174,30,204). Sum of RGB (Red+Green+Blue) = 174+30+204=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1ECC is #51E133. Grayscale: #5C5C5C. Windows color (decimal): -5366068 or 13377198. OLE color: 13377198.

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

Color convert

RGB 174 30 204 -
CMYK 0.15 0.85 0 0.2
HSL 289.66º 0.74% 0.46% -
HSV(B) 289.66º 0.85% 0.8% -
XYZ 28.82 14.29 58.37 -
YUV 92.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 174 30 204 0.15 0.85 0 0.2 289.66 0.74 0.46
Hex AE 1E CC F 55 0 14 122 4A 2E
Octal 256 36 314 17 125 0 24 442 112 56
Binary 10101110 11110 11001100 1111 1010101 0 10100 100100010 1001010 101110

Color Harmonies of #AE1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1ECC

Black with #AE1ECC

Text Example


Text Example

White with #AE1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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