Html Css Color HEX #AE53CA Medium Orchid

📋 copy color: '#AE53CA'

red 174 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #AE53CA

Tints of Medium Orchid #AE53CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 37.91%
G = 18.08%
B = 44.01%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE53CA (or 0xAE53CA) is known color: Medium Orchid. HEX triplet: AE, 53 and CA. RGB value is (174,83,202). Sum of RGB (Red+Green+Blue) = 174+83+202=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53CA is #51AC35. Grayscale: #7B7B7B. Windows color (decimal): -5352502 or 13259694. OLE color: 13259694.

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

Color convert

RGB 174 83 202 -
CMYK 0.14 0.59 0 0.21
HSL 285.88º 0.53% 0.56% -
HSV(B) 285.88º 0.59% 0.79% -
XYZ 31.21 19.45 57.99 -
YUV 123.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 174 83 202 0.14 0.59 0 0.21 285.88 0.53 0.56
Hex AE 53 CA E 3B 0 15 11E 35 38
Octal 256 123 312 16 73 0 25 436 65 70
Binary 10101110 1010011 11001010 1110 111011 0 10101 100011110 110101 111000

Color Harmonies of #AE53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53CA

Black with #AE53CA

Text Example


Text Example

White with #AE53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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