Html Css Color HEX #AE1EC0 Dark Orchid

📋 copy color: '#AE1EC0'

red 174 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #AE1EC0

Tints of Dark Orchid #AE1EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 43.94%
G = 7.58%
B = 48.48%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE1EC0 (or 0xAE1EC0) is known color: Dark Orchid. HEX triplet: AE, 1E and C0. RGB value is (174,30,192). Sum of RGB (Red+Green+Blue) = 174+30+192=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EC0 is #51E13F. Grayscale: #5B5B5B. Windows color (decimal): -5366080 or 12590766. OLE color: 12590766.

HSL color Cylindrical-coordinate representation of color #AE1EC0: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1EC0 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 30 192 -
CMYK 0.09 0.84 0 0.25
HSL 293.33º 0.73% 0.44% -
HSV(B) 293.33º 0.84% 0.75% -
XYZ 27.43 13.73 51.07 -
YUV 91.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 174 30 192 0.09 0.84 0 0.25 293.33 0.73 0.44
Hex AE 1E C0 9 54 0 19 125 49 2C
Octal 256 36 300 11 124 0 31 445 111 54
Binary 10101110 11110 11000000 1001 1010100 0 11001 100100101 1001001 101100

Color Harmonies of #AE1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EC0

Black with #AE1EC0

Text Example


Text Example

White with #AE1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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