Html Css Color HEX #AE37DB Dark Orchid

📋 copy color: '#AE37DB'

red 174 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #AE37DB

Tints of Dark Orchid #AE37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.28%

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

R = 38.84%
G = 12.28%
B = 48.88%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE37DB (or 0xAE37DB) is known color: Dark Orchid. HEX triplet: AE, 37 and DB. RGB value is (174,55,219). Sum of RGB (Red+Green+Blue) = 174+55+219=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE37DB is #51C824. Grayscale: #6C6C6C. Windows color (decimal): -5359653 or 14366638. OLE color: 14366638.

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

Color convert

RGB 174 55 219 -
CMYK 0.21 0.75 0 0.14
HSL 283.54º 0.69% 0.54% -
HSV(B) 283.54º 0.75% 0.86% -
XYZ 31.61 16.85 68.6 -
YUV 109.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 174 55 219 0.21 0.75 0 0.14 283.54 0.69 0.54
Hex AE 37 DB 15 4B 0 E 11C 45 36
Octal 256 67 333 25 113 0 16 434 105 66
Binary 10101110 110111 11011011 10101 1001011 0 1110 100011100 1000101 110110

Color Harmonies of #AE37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE37DB

Black with #AE37DB

Text Example


Text Example

White with #AE37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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