Html Css Color HEX #AE53C8 Medium Orchid

📋 copy color: '#AE53C8'

red 174 ◦ green 83 ◦ blue 200

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

Shades of Medium Orchid #AE53C8

Tints of Medium Orchid #AE53C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 38.07%
G = 18.16%
B = 43.76%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE53C8 (or 0xAE53C8) is known color: Medium Orchid. HEX triplet: AE, 53 and C8. RGB value is (174,83,200). Sum of RGB (Red+Green+Blue) = 174+83+200=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE53C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53C8 is #51AC37. Grayscale: #7B7B7B. Windows color (decimal): -5352504 or 13128622. OLE color: 13128622.

HSL color Cylindrical-coordinate representation of color #AE53C8: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE53C8 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 83 200 -
CMYK 0.13 0.58 0 0.22
HSL 286.67º 0.52% 0.55% -
HSV(B) 286.67º 0.59% 0.78% -
XYZ 30.97 19.36 56.75 -
YUV 123.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 174 83 200 0.13 0.58 0 0.22 286.67 0.52 0.55
Hex AE 53 C8 D 3A 0 16 11F 34 37
Octal 256 123 310 15 72 0 26 437 64 67
Binary 10101110 1010011 11001000 1101 111010 0 10110 100011111 110100 110111

Color Harmonies of #AE53C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53C8

Black with #AE53C8

Text Example


Text Example

White with #AE53C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53C8; }

 p { color: rgb(174,83,200); }

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

background-color css

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

 a { background-color: rgb(174,83,200); }

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

border-color css

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

 span { border-color: rgb(174,83,200); }

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