Html Css Color HEX #AE1EBA Dark Orchid

📋 copy color: '#AE1EBA'

red 174 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #AE1EBA

Tints of Dark Orchid #AE1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 44.62%
G = 7.69%
B = 47.69%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE1EBA (or 0xAE1EBA) is known color: Dark Orchid. HEX triplet: AE, 1E and BA. RGB value is (174,30,186). Sum of RGB (Red+Green+Blue) = 174+30+186=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1EBA is #51E145. Grayscale: #5A5A5A. Windows color (decimal): -5366086 or 12197550. OLE color: 12197550.

HSL color Cylindrical-coordinate representation of color #AE1EBA: hue angle of 295.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1EBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 30 186 -
CMYK 0.06 0.84 0 0.27
HSL 295.38º 0.72% 0.42% -
HSV(B) 295.38º 0.84% 0.73% -
XYZ 26.78 13.47 47.64 -
YUV 90.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 174 30 186 0.06 0.84 0 0.27 295.38 0.72 0.42
Hex AE 1E BA 6 54 0 1B 127 48 2A
Octal 256 36 272 6 124 0 33 447 110 52
Binary 10101110 11110 10111010 110 1010100 0 11011 100100111 1001000 101010

Color Harmonies of #AE1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1EBA

Black with #AE1EBA

Text Example


Text Example

White with #AE1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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