Html Css Color HEX #AE5DDB Medium Orchid

📋 copy color: '#AE5DDB'

red 174 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #AE5DDB

Tints of Medium Orchid #AE5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

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

R = 35.8%
G = 19.14%
B = 45.06%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE5DDB (or 0xAE5DDB) is known color: Medium Orchid. HEX triplet: AE, 5D and DB. RGB value is (174,93,219). Sum of RGB (Red+Green+Blue) = 174+93+219=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDB is #51A224. Grayscale: #838383. Windows color (decimal): -5349925 or 14376366. OLE color: 14376366.

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

Color convert

RGB 174 93 219 -
CMYK 0.21 0.58 0 0.14
HSL 278.57º 0.64% 0.61% -
HSV(B) 278.57º 0.58% 0.86% -
XYZ 34.16 21.94 69.45 -
YUV 131.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 174 93 219 0.21 0.58 0 0.14 278.57 0.64 0.61
Hex AE 5D DB 15 3A 0 E 117 40 3D
Octal 256 135 333 25 72 0 16 427 100 75
Binary 10101110 1011101 11011011 10101 111010 0 1110 100010111 1000000 111101

Color Harmonies of #AE5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DDB

Black with #AE5DDB

Text Example


Text Example

White with #AE5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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