Html Css Color HEX #AE1BDF Dark Orchid

📋 copy color: '#AE1BDF'

red 174 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #AE1BDF

Tints of Dark Orchid #AE1BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 41.04%
G = 6.37%
B = 52.59%

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

#AE1BDF (or 0xAE1BDF) is known color: Dark Orchid. HEX triplet: AE, 1B and DF. RGB value is (174,27,223). Sum of RGB (Red+Green+Blue) = 174+27+223=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE1BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1BDF is #51E420. Grayscale: #5C5C5C. Windows color (decimal): -5366817 or 14621614. OLE color: 14621614.

HSL color Cylindrical-coordinate representation of color #AE1BDF: hue angle of 285º 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 #AE1BDF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 27 223 -
CMYK 0.22 0.88 0 0.13
HSL 285º 0.78% 0.49% -
HSV(B) 285º 0.88% 0.87% -
XYZ 31.17 15.11 71.09 -
YUV 93.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 174 27 223 0.22 0.88 0 0.13 285 0.78 0.49
Hex AE 1B DF 16 58 0 D 11D 4E 31
Octal 256 33 337 26 130 0 15 435 116 61
Binary 10101110 11011 11011111 10110 1011000 0 1101 100011101 1001110 110001

Color Harmonies of #AE1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BDF

Black with #AE1BDF

Text Example


Text Example

White with #AE1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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