Html Css Color HEX #AE54C8 Medium Orchid

📋 copy color: '#AE54C8'

red 174 ◦ green 84 ◦ blue 200

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

Shades of Medium Orchid #AE54C8

Tints of Medium Orchid #AE54C8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

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

R = 37.99%
G = 18.34%
B = 43.67%

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

#AE54C8 (or 0xAE54C8) is known color: Medium Orchid. HEX triplet: AE, 54 and C8. RGB value is (174,84,200). Sum of RGB (Red+Green+Blue) = 174+84+200=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE54C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54C8 is #51AB37. Grayscale: #7B7B7B. Windows color (decimal): -5352248 or 13128878. OLE color: 13128878.

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

Color convert

RGB 174 84 200 -
CMYK 0.13 0.58 0 0.22
HSL 286.55º 0.51% 0.56% -
HSV(B) 286.55º 0.58% 0.78% -
XYZ 31.05 19.51 56.77 -
YUV 124.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 174 84 200 0.13 0.58 0 0.22 286.55 0.51 0.56
Hex AE 54 C8 D 3A 0 16 11F 33 38
Octal 256 124 310 15 72 0 26 437 63 70
Binary 10101110 1010100 11001000 1101 111010 0 10110 100011111 110011 111000

Color Harmonies of #AE54C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54C8

Black with #AE54C8

Text Example


Text Example

White with #AE54C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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