Html Css Color HEX #AE2BDB Dark Orchid

📋 copy color: '#AE2BDB'

red 174 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #AE2BDB

Tints of Dark Orchid #AE2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.86%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 39.91%
G = 9.86%
B = 50.23%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE2BDB (or 0xAE2BDB) is known color: Dark Orchid. HEX triplet: AE, 2B and DB. RGB value is (174,43,219). Sum of RGB (Red+Green+Blue) = 174+43+219=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE2BDB is #51D424. Grayscale: #656565. Windows color (decimal): -5362725 or 14363566. OLE color: 14363566.

HSL color Cylindrical-coordinate representation of color #AE2BDB: hue angle of 284.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2BDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 43 219 -
CMYK 0.21 0.80 0 0.14
HSL 284.66º 0.71% 0.51% -
HSV(B) 284.66º 0.8% 0.86% -
XYZ 31.11 15.84 68.44 -
YUV 102.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 174 43 219 0.21 0.80 0 0.14 284.66 0.71 0.51
Hex AE 2B DB 15 50 0 E 11D 47 33
Octal 256 53 333 25 120 0 16 435 107 63
Binary 10101110 101011 11011011 10101 1010000 0 1110 100011101 1000111 110011

Color Harmonies of #AE2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BDB

Black with #AE2BDB

Text Example


Text Example

White with #AE2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BDB; }

 p { color: rgb(174,43,219); }

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

background-color css

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

 a { background-color: rgb(174,43,219); }

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

border-color css

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

 span { border-color: rgb(174,43,219); }

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