Html Css Color HEX #AE48C8 Medium Orchid

📋 copy color: '#AE48C8'

red 174 ◦ green 72 ◦ blue 200

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

Shades of Medium Orchid #AE48C8

Tints of Medium Orchid #AE48C8

RGB

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

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

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

R = 39.01%
G = 16.14%
B = 44.84%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE48C8 (or 0xAE48C8) is known color: Medium Orchid. HEX triplet: AE, 48 and C8. RGB value is (174,72,200). Sum of RGB (Red+Green+Blue) = 174+72+200=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE48C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48C8 is #51B737. Grayscale: #747474. Windows color (decimal): -5355320 or 13125806. OLE color: 13125806.

HSL color Cylindrical-coordinate representation of color #AE48C8: hue angle of 287.81º degrees, saturation: 0.54, 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 #AE48C8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 72 200 -
CMYK 0.13 0.64 0 0.22
HSL 287.81º 0.54% 0.53% -
HSV(B) 287.81º 0.64% 0.78% -
XYZ 30.2 17.8 56.49 -
YUV 117.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 174 72 200 0.13 0.64 0 0.22 287.81 0.54 0.53
Hex AE 48 C8 D 40 0 16 120 36 35
Octal 256 110 310 15 100 0 26 440 66 65
Binary 10101110 1001000 11001000 1101 1000000 0 10110 100100000 110110 110101

Color Harmonies of #AE48C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48C8

Black with #AE48C8

Text Example


Text Example

White with #AE48C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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