Html Css Color HEX #AE1BCE Dark Orchid

📋 copy color: '#AE1BCE'

red 174 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #AE1BCE

Tints of Dark Orchid #AE1BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.63%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 42.75%
G = 6.63%
B = 50.61%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1BCE (or 0xAE1BCE) is known color: Dark Orchid. HEX triplet: AE, 1B and CE. RGB value is (174,27,206). Sum of RGB (Red+Green+Blue) = 174+27+206=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BCE is #51E431. Grayscale: #5A5A5A. Windows color (decimal): -5366834 or 13507502. OLE color: 13507502.

HSL color Cylindrical-coordinate representation of color #AE1BCE: hue angle of 289.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1BCE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 27 206 -
CMYK 0.16 0.87 0 0.19
HSL 289.27º 0.77% 0.46% -
HSV(B) 289.27º 0.87% 0.81% -
XYZ 28.99 14.24 59.61 -
YUV 91.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 174 27 206 0.16 0.87 0 0.19 289.27 0.77 0.46
Hex AE 1B CE 10 57 0 13 121 4D 2E
Octal 256 33 316 20 127 0 23 441 115 56
Binary 10101110 11011 11001110 10000 1010111 0 10011 100100001 1001101 101110

Color Harmonies of #AE1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BCE

Black with #AE1BCE

Text Example


Text Example

White with #AE1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BCE; }

 p { color: rgb(174,27,206); }

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

background-color css

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

 a { background-color: rgb(174,27,206); }

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

border-color css

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

 span { border-color: rgb(174,27,206); }

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