Html Css Color HEX #AE1EAC Dark Orchid

📋 copy color: '#AE1EAC'

red 174 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #AE1EAC

Tints of Dark Orchid #AE1EAC

RGB

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

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

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

R = 46.28%
G = 7.98%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE1EAC (or 0xAE1EAC) is known color: Dark Orchid. HEX triplet: AE, 1E and AC. RGB value is (174,30,172). Sum of RGB (Red+Green+Blue) = 174+30+172=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1EAC is #51E153. Grayscale: #585858. Windows color (decimal): -5366100 or 11280046. OLE color: 11280046.

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

Color convert

RGB 174 30 172 -
CMYK 0 0.83 0.01 0.32
HSL 300.83º 0.71% 0.4% -
HSV(B) 300.83º 0.83% 0.68% -
XYZ 25.37 12.91 40.18 -
YUV 89.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 174 30 172 0 0.83 0.01 0.32 300.83 0.71 0.4
Hex AE 1E AC 0 53 1 20 12D 47 28
Octal 256 36 254 0 123 1 40 455 107 50
Binary 10101110 11110 10101100 0 1010011 1 100000 100101101 1000111 101000

Color Harmonies of #AE1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EAC

Black with #AE1EAC

Text Example


Text Example

White with #AE1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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