Html Css Color HEX #AE58C8 Medium Orchid

📋 copy color: '#AE58C8'

red 174 ◦ green 88 ◦ blue 200

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

Shades of Medium Orchid #AE58C8

Tints of Medium Orchid #AE58C8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

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

R = 37.66%
G = 19.05%
B = 43.29%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE58C8 (or 0xAE58C8) is known color: Medium Orchid. HEX triplet: AE, 58 and C8. RGB value is (174,88,200). Sum of RGB (Red+Green+Blue) = 174+88+200=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE58C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58C8 is #51A737. Grayscale: #7E7E7E. Windows color (decimal): -5351224 or 13129902. OLE color: 13129902.

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

Color convert

RGB 174 88 200 -
CMYK 0.13 0.56 0 0.22
HSL 286.07º 0.5% 0.56% -
HSV(B) 286.07º 0.56% 0.78% -
XYZ 31.37 20.15 56.88 -
YUV 126.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 174 88 200 0.13 0.56 0 0.22 286.07 0.5 0.56
Hex AE 58 C8 D 38 0 16 11E 32 38
Octal 256 130 310 15 70 0 26 436 62 70
Binary 10101110 1011000 11001000 1101 111000 0 10110 100011110 110010 111000

Color Harmonies of #AE58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58C8

Black with #AE58C8

Text Example


Text Example

White with #AE58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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