Html Css Color HEX #AE1CCE Dark Orchid

📋 copy color: '#AE1CCE'

red 174 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #AE1CCE

Tints of Dark Orchid #AE1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

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

R = 42.65%
G = 6.86%
B = 50.49%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE1CCE (or 0xAE1CCE) is known color: Dark Orchid. HEX triplet: AE, 1C and CE. RGB value is (174,28,206). Sum of RGB (Red+Green+Blue) = 174+28+206=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CCE is #51E331. Grayscale: #5B5B5B. Windows color (decimal): -5366578 or 13507758. OLE color: 13507758.

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

Color convert

RGB 174 28 206 -
CMYK 0.16 0.86 0 0.19
HSL 289.21º 0.76% 0.46% -
HSV(B) 289.21º 0.86% 0.81% -
XYZ 29.01 14.29 59.62 -
YUV 91.95 192.37 186.53 -
System Red Green Blue C M Y K H S L
Decimal 174 28 206 0.16 0.86 0 0.19 289.21 0.76 0.46
Hex AE 1C CE 10 56 0 13 121 4C 2E
Octal 256 34 316 20 126 0 23 441 114 56
Binary 10101110 11100 11001110 10000 1010110 0 10011 100100001 1001100 101110

Color Harmonies of #AE1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CCE

Black with #AE1CCE

Text Example


Text Example

White with #AE1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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