Html Css Color HEX #AE31DB Dark Orchid

📋 copy color: '#AE31DB'

red 174 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #AE31DB

Tints of Dark Orchid #AE31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

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

R = 39.37%
G = 11.09%
B = 49.55%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE31DB (or 0xAE31DB) is known color: Dark Orchid. HEX triplet: AE, 31 and DB. RGB value is (174,49,219). Sum of RGB (Red+Green+Blue) = 174+49+219=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE31DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE31DB is #51CE24. Grayscale: #696969. Windows color (decimal): -5361189 or 14365102. OLE color: 14365102.

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

Color convert

RGB 174 49 219 -
CMYK 0.21 0.78 0 0.14
HSL 284.12º 0.7% 0.53% -
HSV(B) 284.12º 0.78% 0.86% -
XYZ 31.34 16.31 68.51 -
YUV 105.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 174 49 219 0.21 0.78 0 0.14 284.12 0.7 0.53
Hex AE 31 DB 15 4E 0 E 11C 46 35
Octal 256 61 333 25 116 0 16 434 106 65
Binary 10101110 110001 11011011 10101 1001110 0 1110 100011100 1000110 110101

Color Harmonies of #AE31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31DB

Black with #AE31DB

Text Example


Text Example

White with #AE31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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