Html Css Color HEX #AE1BDC Dark Orchid

📋 copy color: '#AE1BDC'

red 174 ◦ green 27 ◦ blue 220

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

Shades of Dark Orchid #AE1BDC

Tints of Dark Orchid #AE1BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 41.33%
G = 6.41%
B = 52.26%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE1BDC (or 0xAE1BDC) is known color: Dark Orchid. HEX triplet: AE, 1B and DC. RGB value is (174,27,220). Sum of RGB (Red+Green+Blue) = 174+27+220=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BDC is #51E423. Grayscale: #5C5C5C. Windows color (decimal): -5366820 or 14425006. OLE color: 14425006.

HSL color Cylindrical-coordinate representation of color #AE1BDC: hue angle of 285.7º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1BDC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 27 220 -
CMYK 0.21 0.88 0 0.14
HSL 285.7º 0.78% 0.48% -
HSV(B) 285.7º 0.88% 0.86% -
XYZ 30.77 14.95 68.97 -
YUV 92.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 174 27 220 0.21 0.88 0 0.14 285.7 0.78 0.48
Hex AE 1B DC 15 58 0 E 11E 4E 30
Octal 256 33 334 25 130 0 16 436 116 60
Binary 10101110 11011 11011100 10101 1011000 0 1110 100011110 1001110 110000

Color Harmonies of #AE1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BDC

Black with #AE1BDC

Text Example


Text Example

White with #AE1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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