Html Css Color HEX #AE48C6 Medium Orchid

📋 copy color: '#AE48C6'

red 174 ◦ green 72 ◦ blue 198

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

Shades of Medium Orchid #AE48C6

Tints of Medium Orchid #AE48C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.22%

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 39.19%
G = 16.22%
B = 44.59%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE48C6 (or 0xAE48C6) is known color: Medium Orchid. HEX triplet: AE, 48 and C6. RGB value is (174,72,198). Sum of RGB (Red+Green+Blue) = 174+72+198=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE48C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48C6 is #51B739. Grayscale: #747474. Windows color (decimal): -5355322 or 12994734. OLE color: 12994734.

HSL color Cylindrical-coordinate representation of color #AE48C6: hue angle of 288.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE48C6 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 72 198 -
CMYK 0.12 0.64 0 0.22
HSL 288.57º 0.53% 0.53% -
HSV(B) 288.57º 0.64% 0.78% -
XYZ 29.97 17.71 55.27 -
YUV 116.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 174 72 198 0.12 0.64 0 0.22 288.57 0.53 0.53
Hex AE 48 C6 C 40 0 16 121 34 35
Octal 256 110 306 14 100 0 26 441 64 65
Binary 10101110 1001000 11000110 1100 1000000 0 10110 100100001 110100 110101

Color Harmonies of #AE48C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48C6

Black with #AE48C6

Text Example


Text Example

White with #AE48C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48C6; }

 p { color: rgb(174,72,198); }

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

background-color css

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

 a { background-color: rgb(174,72,198); }

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

border-color css

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

 span { border-color: rgb(174,72,198); }

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