Html Css Color HEX #AE52C2 Medium Orchid

📋 copy color: '#AE52C2'

red 174 ◦ green 82 ◦ blue 194

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

Shades of Medium Orchid #AE52C2

Tints of Medium Orchid #AE52C2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 38.67%
G = 18.22%
B = 43.11%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE52C2 (or 0xAE52C2) is known color: Medium Orchid. HEX triplet: AE, 52 and C2. RGB value is (174,82,194). Sum of RGB (Red+Green+Blue) = 174+82+194=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE52C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C2 is #51AD3D. Grayscale: #797979. Windows color (decimal): -5352766 or 12735150. OLE color: 12735150.

HSL color Cylindrical-coordinate representation of color #AE52C2: hue angle of 289.29º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE52C2 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 82 194 -
CMYK 0.10 0.58 0 0.24
HSL 289.29º 0.48% 0.54% -
HSV(B) 289.29º 0.58% 0.76% -
XYZ 30.21 18.93 53.1 -
YUV 122.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 174 82 194 0.10 0.58 0 0.24 289.29 0.48 0.54
Hex AE 52 C2 A 3A 0 18 121 30 36
Octal 256 122 302 12 72 0 30 441 60 66
Binary 10101110 1010010 11000010 1010 111010 0 11000 100100001 110000 110110

Color Harmonies of #AE52C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE52C2

Black with #AE52C2

Text Example


Text Example

White with #AE52C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE52C2; }

 p { color: rgb(174,82,194); }

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

background-color css

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

 a { background-color: rgb(174,82,194); }

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

border-color css

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

 span { border-color: rgb(174,82,194); }

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