Html Css Color HEX #AE52D0 Medium Orchid

📋 copy color: '#AE52D0'

red 174 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #AE52D0

Tints of Medium Orchid #AE52D0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

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

R = 37.5%
G = 17.67%
B = 44.83%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE52D0 (or 0xAE52D0) is known color: Medium Orchid. HEX triplet: AE, 52 and D0. RGB value is (174,82,208). Sum of RGB (Red+Green+Blue) = 174+82+208=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE52D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52D0 is #51AD2F. Grayscale: #7B7B7B. Windows color (decimal): -5352752 or 13652654. OLE color: 13652654.

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

Color convert

RGB 174 82 208 -
CMYK 0.16 0.61 0 0.18
HSL 283.81º 0.57% 0.57% -
HSV(B) 283.81º 0.61% 0.82% -
XYZ 31.86 19.59 61.78 -
YUV 123.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 174 82 208 0.16 0.61 0 0.18 283.81 0.57 0.57
Hex AE 52 D0 10 3D 0 12 11C 39 39
Octal 256 122 320 20 75 0 22 434 71 71
Binary 10101110 1010010 11010000 10000 111101 0 10010 100011100 111001 111001

Color Harmonies of #AE52D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE52D0

Black with #AE52D0

Text Example


Text Example

White with #AE52D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE52D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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