Html Css Color HEX #AE1DB7 Dark Orchid

📋 copy color: '#AE1DB7'

red 174 ◦ green 29 ◦ blue 183

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

Shades of Dark Orchid #AE1DB7

Tints of Dark Orchid #AE1DB7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.51%

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 45.08%
G = 7.51%
B = 47.41%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE1DB7 (or 0xAE1DB7) is known color: Dark Orchid. HEX triplet: AE, 1D and B7. RGB value is (174,29,183). Sum of RGB (Red+Green+Blue) = 174+29+183=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE1DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DB7 is #51E248. Grayscale: #595959. Windows color (decimal): -5366345 or 12000686. OLE color: 12000686.

HSL color Cylindrical-coordinate representation of color #AE1DB7: hue angle of 296.49º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1DB7 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 29 183 -
CMYK 0.05 0.84 0 0.28
HSL 296.49º 0.73% 0.42% -
HSV(B) 296.49º 0.84% 0.72% -
XYZ 26.44 13.3 45.97 -
YUV 89.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 174 29 183 0.05 0.84 0 0.28 296.49 0.73 0.42
Hex AE 1D B7 5 54 0 1C 128 49 2A
Octal 256 35 267 5 124 0 34 450 111 52
Binary 10101110 11101 10110111 101 1010100 0 11100 100101000 1001001 101010

Color Harmonies of #AE1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DB7

Black with #AE1DB7

Text Example


Text Example

White with #AE1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DB7; }

 p { color: rgb(174,29,183); }

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

background-color css

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

 a { background-color: rgb(174,29,183); }

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

border-color css

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

 span { border-color: rgb(174,29,183); }

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