Html Css Color HEX #AE51CB Medium Orchid

📋 copy color: '#AE51CB'

red 174 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #AE51CB

Tints of Medium Orchid #AE51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 37.99%
G = 17.69%
B = 44.32%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE51CB (or 0xAE51CB) is known color: Medium Orchid. HEX triplet: AE, 51 and CB. RGB value is (174,81,203). Sum of RGB (Red+Green+Blue) = 174+81+203=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51CB is #51AE34. Grayscale: #7A7A7A. Windows color (decimal): -5353013 or 13324718. OLE color: 13324718.

HSL color Cylindrical-coordinate representation of color #AE51CB: hue angle of 285.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE51CB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 81 203 -
CMYK 0.14 0.60 0 0.20
HSL 285.74º 0.54% 0.56% -
HSV(B) 285.74º 0.6% 0.8% -
XYZ 31.18 19.2 58.56 -
YUV 122.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 174 81 203 0.14 0.60 0 0.20 285.74 0.54 0.56
Hex AE 51 CB E 3C 0 14 11E 36 38
Octal 256 121 313 16 74 0 24 436 66 70
Binary 10101110 1010001 11001011 1110 111100 0 10100 100011110 110110 111000

Color Harmonies of #AE51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51CB

Black with #AE51CB

Text Example


Text Example

White with #AE51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51CB; }

 p { color: rgb(174,81,203); }

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

background-color css

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

 a { background-color: rgb(174,81,203); }

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

border-color css

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

 span { border-color: rgb(174,81,203); }

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