Html Css Color HEX #AE4FCC Medium Orchid

📋 copy color: '#AE4FCC'

red 174 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #AE4FCC

Tints of Medium Orchid #AE4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 38.07%
G = 17.29%
B = 44.64%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE4FCC (or 0xAE4FCC) is known color: Medium Orchid. HEX triplet: AE, 4F and CC. RGB value is (174,79,204). Sum of RGB (Red+Green+Blue) = 174+79+204=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4FCC is #51B033. Grayscale: #797979. Windows color (decimal): -5353524 or 13389742. OLE color: 13389742.

HSL color Cylindrical-coordinate representation of color #AE4FCC: hue angle of 285.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4FCC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 79 204 -
CMYK 0.15 0.61 0 0.2
HSL 285.6º 0.55% 0.55% -
HSV(B) 285.6º 0.61% 0.8% -
XYZ 31.15 18.95 59.14 -
YUV 121.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 174 79 204 0.15 0.61 0 0.2 285.6 0.55 0.55
Hex AE 4F CC F 3D 0 14 11E 37 37
Octal 256 117 314 17 75 0 24 436 67 67
Binary 10101110 1001111 11001100 1111 111101 0 10100 100011110 110111 110111

Color Harmonies of #AE4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4FCC

Black with #AE4FCC

Text Example


Text Example

White with #AE4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4FCC; }

 p { color: rgb(174,79,204); }

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

background-color css

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

 a { background-color: rgb(174,79,204); }

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

border-color css

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

 span { border-color: rgb(174,79,204); }

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