Html Css Color HEX #AE20DB Dark Orchid

📋 copy color: '#AE20DB'

red 174 ◦ green 32 ◦ blue 219

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

Shades of Dark Orchid #AE20DB

Tints of Dark Orchid #AE20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 40.94%
G = 7.53%
B = 51.53%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE20DB (or 0xAE20DB) is known color: Dark Orchid. HEX triplet: AE, 20 and DB. RGB value is (174,32,219). Sum of RGB (Red+Green+Blue) = 174+32+219=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20DB is #51DF24. Grayscale: #5F5F5F. Windows color (decimal): -5365541 or 14360750. OLE color: 14360750.

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

Color convert

RGB 174 32 219 -
CMYK 0.21 0.85 0 0.14
HSL 285.56º 0.75% 0.49% -
HSV(B) 285.56º 0.85% 0.86% -
XYZ 30.76 15.15 68.32 -
YUV 95.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 174 32 219 0.21 0.85 0 0.14 285.56 0.75 0.49
Hex AE 20 DB 15 55 0 E 11E 4B 31
Octal 256 40 333 25 125 0 16 436 113 61
Binary 10101110 100000 11011011 10101 1010101 0 1110 100011110 1001011 110001

Color Harmonies of #AE20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20DB

Black with #AE20DB

Text Example


Text Example

White with #AE20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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