Html Css Color HEX #AE61D0 Medium Orchid

📋 copy color: '#AE61D0'

red 174 ◦ green 97 ◦ blue 208

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

Shades of Medium Orchid #AE61D0

Tints of Medium Orchid #AE61D0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 36.33%
G = 20.25%
B = 43.42%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE61D0 (or 0xAE61D0) is known color: Medium Orchid. HEX triplet: AE, 61 and D0. RGB value is (174,97,208). Sum of RGB (Red+Green+Blue) = 174+97+208=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE61D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE61D0 is #519E2F. Grayscale: #848484. Windows color (decimal): -5348912 or 13656494. OLE color: 13656494.

HSL color Cylindrical-coordinate representation of color #AE61D0: hue angle of 281.62º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE61D0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 97 208 -
CMYK 0.16 0.53 0 0.18
HSL 281.62º 0.54% 0.6% -
HSV(B) 281.62º 0.53% 0.82% -
XYZ 33.12 22.1 62.2 -
YUV 132.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 174 97 208 0.16 0.53 0 0.18 281.62 0.54 0.6
Hex AE 61 D0 10 35 0 12 11A 36 3C
Octal 256 141 320 20 65 0 22 432 66 74
Binary 10101110 1100001 11010000 10000 110101 0 10010 100011010 110110 111100

Color Harmonies of #AE61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE61D0

Black with #AE61D0

Text Example


Text Example

White with #AE61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE61D0; }

 p { color: rgb(174,97,208); }

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

background-color css

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

 a { background-color: rgb(174,97,208); }

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

border-color css

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

 span { border-color: rgb(174,97,208); }

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