Html Css Color HEX #AE5CDB Medium Orchid

📋 copy color: '#AE5CDB'

red 174 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #AE5CDB

Tints of Medium Orchid #AE5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 35.88%
G = 18.97%
B = 45.15%

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

#AE5CDB (or 0xAE5CDB) is known color: Medium Orchid. HEX triplet: AE, 5C and DB. RGB value is (174,92,219). Sum of RGB (Red+Green+Blue) = 174+92+219=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CDB is #51A324. Grayscale: #828282. Windows color (decimal): -5350181 or 14376110. OLE color: 14376110.

HSL color Cylindrical-coordinate representation of color #AE5CDB: hue angle of 278.74º 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 #AE5CDB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 92 219 -
CMYK 0.21 0.58 0 0.14
HSL 278.74º 0.64% 0.61% -
HSV(B) 278.74º 0.58% 0.86% -
XYZ 34.07 21.77 69.42 -
YUV 131 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 174 92 219 0.21 0.58 0 0.14 278.74 0.64 0.61
Hex AE 5C DB 15 3A 0 E 117 40 3D
Octal 256 134 333 25 72 0 16 427 100 75
Binary 10101110 1011100 11011011 10101 111010 0 1110 100010111 1000000 111101

Color Harmonies of #AE5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CDB

Black with #AE5CDB

Text Example


Text Example

White with #AE5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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