Html Css Color HEX #AE58CA Medium Orchid

📋 copy color: '#AE58CA'

red 174 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #AE58CA

Tints of Medium Orchid #AE58CA

RGB

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

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

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

R = 37.5%
G = 18.97%
B = 43.53%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE58CA (or 0xAE58CA) is known color: Medium Orchid. HEX triplet: AE, 58 and CA. RGB value is (174,88,202). Sum of RGB (Red+Green+Blue) = 174+88+202=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58CA is #51A735. Grayscale: #7E7E7E. Windows color (decimal): -5351222 or 13260974. OLE color: 13260974.

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

Color convert

RGB 174 88 202 -
CMYK 0.14 0.56 0 0.21
HSL 285.26º 0.52% 0.57% -
HSV(B) 285.26º 0.56% 0.79% -
XYZ 31.61 20.24 58.12 -
YUV 126.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 174 88 202 0.14 0.56 0 0.21 285.26 0.52 0.57
Hex AE 58 CA E 38 0 15 11D 34 39
Octal 256 130 312 16 70 0 25 435 64 71
Binary 10101110 1011000 11001010 1110 111000 0 10101 100011101 110100 111001

Color Harmonies of #AE58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58CA

Black with #AE58CA

Text Example


Text Example

White with #AE58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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