Html Css Color HEX #AE5BDD Medium Orchid

📋 copy color: '#AE5BDD'

red 174 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #AE5BDD

Tints of Medium Orchid #AE5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.72%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 35.8%
G = 18.72%
B = 45.47%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5BDD (or 0xAE5BDD) is known color: Medium Orchid. HEX triplet: AE, 5B and DD. RGB value is (174,91,221). Sum of RGB (Red+Green+Blue) = 174+91+221=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE5BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BDD is #51A422. Grayscale: #828282. Windows color (decimal): -5350435 or 14506926. OLE color: 14506926.

HSL color Cylindrical-coordinate representation of color #AE5BDD: hue angle of 278.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE5BDD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 91 221 -
CMYK 0.21 0.59 0 0.13
HSL 278.31º 0.66% 0.61% -
HSV(B) 278.31º 0.59% 0.87% -
XYZ 34.25 21.7 70.79 -
YUV 130.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 174 91 221 0.21 0.59 0 0.13 278.31 0.66 0.61
Hex AE 5B DD 15 3B 0 D 116 42 3D
Octal 256 133 335 25 73 0 15 426 102 75
Binary 10101110 1011011 11011101 10101 111011 0 1101 100010110 1000010 111101

Color Harmonies of #AE5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BDD

Black with #AE5BDD

Text Example


Text Example

White with #AE5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BDD; }

 p { color: rgb(174,91,221); }

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

background-color css

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

 a { background-color: rgb(174,91,221); }

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

border-color css

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

 span { border-color: rgb(174,91,221); }

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