Html Css Color HEX #AE5ADC Medium Orchid

📋 copy color: '#AE5ADC'

red 174 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #AE5ADC

Tints of Medium Orchid #AE5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.6%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 35.95%
G = 18.6%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE5ADC (or 0xAE5ADC) is known color: Medium Orchid. HEX triplet: AE, 5A and DC. RGB value is (174,90,220). Sum of RGB (Red+Green+Blue) = 174+90+220=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ADC is #51A523. Grayscale: #818181. Windows color (decimal): -5350692 or 14441134. OLE color: 14441134.

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

Color convert

RGB 174 90 220 -
CMYK 0.21 0.59 0 0.14
HSL 278.77º 0.65% 0.61% -
HSV(B) 278.77º 0.59% 0.86% -
XYZ 34.03 21.48 70.06 -
YUV 129.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 174 90 220 0.21 0.59 0 0.14 278.77 0.65 0.61
Hex AE 5A DC 15 3B 0 E 117 41 3D
Octal 256 132 334 25 73 0 16 427 101 75
Binary 10101110 1011010 11011100 10101 111011 0 1110 100010111 1000001 111101

Color Harmonies of #AE5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5ADC

Black with #AE5ADC

Text Example


Text Example

White with #AE5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5ADC; }

 p { color: rgb(174,90,220); }

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

background-color css

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

 a { background-color: rgb(174,90,220); }

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

border-color css

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

 span { border-color: rgb(174,90,220); }

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