Html Css Color HEX #AE39DB Dark Orchid

📋 copy color: '#AE39DB'

red 174 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #AE39DB

Tints of Dark Orchid #AE39DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.67%

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

R = 38.67%
G = 12.67%
B = 48.67%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE39DB (or 0xAE39DB) is known color: Dark Orchid. HEX triplet: AE, 39 and DB. RGB value is (174,57,219). Sum of RGB (Red+Green+Blue) = 174+57+219=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE39DB is #51C624. Grayscale: #6D6D6D. Windows color (decimal): -5359141 or 14367150. OLE color: 14367150.

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

Color convert

RGB 174 57 219 -
CMYK 0.21 0.74 0 0.14
HSL 283.33º 0.69% 0.54% -
HSV(B) 283.33º 0.74% 0.86% -
XYZ 31.7 17.04 68.64 -
YUV 110.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 174 57 219 0.21 0.74 0 0.14 283.33 0.69 0.54
Hex AE 39 DB 15 4A 0 E 11B 45 36
Octal 256 71 333 25 112 0 16 433 105 66
Binary 10101110 111001 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AE39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE39DB

Black with #AE39DB

Text Example


Text Example

White with #AE39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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