Html Css Color HEX #AE1BDE Dark Orchid

📋 copy color: '#AE1BDE'

red 174 ◦ green 27 ◦ blue 222

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

Shades of Dark Orchid #AE1BDE

Tints of Dark Orchid #AE1BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 41.13%
G = 6.38%
B = 52.48%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE1BDE (or 0xAE1BDE) is known color: Dark Orchid. HEX triplet: AE, 1B and DE. RGB value is (174,27,222). Sum of RGB (Red+Green+Blue) = 174+27+222=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE1BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BDE is #51E421. Grayscale: #5C5C5C. Windows color (decimal): -5366818 or 14556078. OLE color: 14556078.

HSL color Cylindrical-coordinate representation of color #AE1BDE: hue angle of 285.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1BDE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 27 222 -
CMYK 0.22 0.88 0 0.13
HSL 285.23º 0.78% 0.49% -
HSV(B) 285.23º 0.88% 0.87% -
XYZ 31.03 15.06 70.38 -
YUV 93.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 174 27 222 0.22 0.88 0 0.13 285.23 0.78 0.49
Hex AE 1B DE 16 58 0 D 11D 4E 31
Octal 256 33 336 26 130 0 15 435 116 61
Binary 10101110 11011 11011110 10110 1011000 0 1101 100011101 1001110 110001

Color Harmonies of #AE1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BDE

Black with #AE1BDE

Text Example


Text Example

White with #AE1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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