Html Css Color HEX #AE5CDD Medium Orchid

📋 copy color: '#AE5CDD'

red 174 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #AE5CDD

Tints of Medium Orchid #AE5CDD

RGB

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

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

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

R = 35.73%
G = 18.89%
B = 45.38%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5CDD (or 0xAE5CDD) is known color: Medium Orchid. HEX triplet: AE, 5C and DD. RGB value is (174,92,221). Sum of RGB (Red+Green+Blue) = 174+92+221=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5CDD is #51A322. Grayscale: #828282. Windows color (decimal): -5350179 or 14507182. OLE color: 14507182.

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

Color convert

RGB 174 92 221 -
CMYK 0.21 0.58 0 0.13
HSL 278.14º 0.65% 0.61% -
HSV(B) 278.14º 0.58% 0.87% -
XYZ 34.33 21.87 70.82 -
YUV 131.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 174 92 221 0.21 0.58 0 0.13 278.14 0.65 0.61
Hex AE 5C DD 15 3A 0 D 116 41 3D
Octal 256 134 335 25 72 0 15 426 101 75
Binary 10101110 1011100 11011101 10101 111010 0 1101 100010110 1000001 111101

Color Harmonies of #AE5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CDD

Black with #AE5CDD

Text Example


Text Example

White with #AE5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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