Html Css Color HEX #AE5BCA Medium Orchid

📋 copy color: '#AE5BCA'

red 174 ◦ green 91 ◦ blue 202

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

Shades of Medium Orchid #AE5BCA

Tints of Medium Orchid #AE5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

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

R = 37.26%
G = 19.49%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE5BCA (or 0xAE5BCA) is known color: Medium Orchid. HEX triplet: AE, 5B and CA. RGB value is (174,91,202). Sum of RGB (Red+Green+Blue) = 174+91+202=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5BCA is #51A435. Grayscale: #808080. Windows color (decimal): -5350454 or 13261742. OLE color: 13261742.

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

Color convert

RGB 174 91 202 -
CMYK 0.14 0.55 0 0.21
HSL 284.86º 0.51% 0.57% -
HSV(B) 284.86º 0.55% 0.79% -
XYZ 31.86 20.75 58.2 -
YUV 128.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 174 91 202 0.14 0.55 0 0.21 284.86 0.51 0.57
Hex AE 5B CA E 37 0 15 11D 33 39
Octal 256 133 312 16 67 0 25 435 63 71
Binary 10101110 1011011 11001010 1110 110111 0 10101 100011101 110011 111001

Color Harmonies of #AE5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5BCA

Black with #AE5BCA

Text Example


Text Example

White with #AE5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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