Html Css Color HEX #AE4DDB Medium Orchid

📋 copy color: '#AE4DDB'

red 174 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #AE4DDB

Tints of Medium Orchid #AE4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 37.02%
G = 16.38%
B = 46.6%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE4DDB (or 0xAE4DDB) is known color: Medium Orchid. HEX triplet: AE, 4D and DB. RGB value is (174,77,219). Sum of RGB (Red+Green+Blue) = 174+77+219=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DDB is #51B224. Grayscale: #797979. Windows color (decimal): -5354021 or 14372270. OLE color: 14372270.

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

Color convert

RGB 174 77 219 -
CMYK 0.21 0.65 0 0.14
HSL 280.99º 0.66% 0.58% -
HSV(B) 280.99º 0.65% 0.86% -
XYZ 32.9 19.42 69.03 -
YUV 122.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 174 77 219 0.21 0.65 0 0.14 280.99 0.66 0.58
Hex AE 4D DB 15 41 0 E 119 42 3A
Octal 256 115 333 25 101 0 16 431 102 72
Binary 10101110 1001101 11011011 10101 1000001 0 1110 100011001 1000010 111010

Color Harmonies of #AE4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DDB

Black with #AE4DDB

Text Example


Text Example

White with #AE4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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