Html Css Color HEX #AE4AD9 Medium Orchid

📋 copy color: '#AE4AD9'

red 174 ◦ green 74 ◦ blue 217

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

Shades of Medium Orchid #AE4AD9

Tints of Medium Orchid #AE4AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 37.42%
G = 15.91%
B = 46.67%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE4AD9 (or 0xAE4AD9) is known color: Medium Orchid. HEX triplet: AE, 4A and D9. RGB value is (174,74,217). Sum of RGB (Red+Green+Blue) = 174+74+217=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE4AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4AD9 is #51B526. Grayscale: #777777. Windows color (decimal): -5354791 or 14240430. OLE color: 14240430.

HSL color Cylindrical-coordinate representation of color #AE4AD9: hue angle of 281.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4AD9 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 74 217 -
CMYK 0.20 0.66 0 0.15
HSL 281.96º 0.65% 0.57% -
HSV(B) 281.96º 0.66% 0.85% -
XYZ 32.43 18.91 67.59 -
YUV 120.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 174 74 217 0.20 0.66 0 0.15 281.96 0.65 0.57
Hex AE 4A D9 14 42 0 F 11A 41 39
Octal 256 112 331 24 102 0 17 432 101 71
Binary 10101110 1001010 11011001 10100 1000010 0 1111 100011010 1000001 111001

Color Harmonies of #AE4AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4AD9

Black with #AE4AD9

Text Example


Text Example

White with #AE4AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4AD9; }

 p { color: rgb(174,74,217); }

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

background-color css

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

 a { background-color: rgb(174,74,217); }

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

border-color css

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

 span { border-color: rgb(174,74,217); }

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