Html Css Color HEX #AE4CFC Medium Orchid

📋 copy color: '#AE4CFC'

red 174 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #AE4CFC

Tints of Medium Orchid #AE4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 34.66%
G = 15.14%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE4CFC (or 0xAE4CFC) is known color: Medium Orchid. HEX triplet: AE, 4C and FC. RGB value is (174,76,252). Sum of RGB (Red+Green+Blue) = 174+76+252=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE4CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4CFC is #51B303. Grayscale: #7C7C7C. Windows color (decimal): -5354244 or 16534702. OLE color: 16534702.

HSL color Cylindrical-coordinate representation of color #AE4CFC: hue angle of 273.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4CFC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 76 252 -
CMYK 0.31 0.70 0 0.01
HSL 273.41º 0.97% 0.64% -
HSV(B) 273.41º 0.7% 0.99% -
XYZ 37.61 21.2 94.2 -
YUV 125.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 174 76 252 0.31 0.70 0 0.01 273.41 0.97 0.64
Hex AE 4C FC 1F 46 0 1 111 61 40
Octal 256 114 374 37 106 0 1 421 141 100
Binary 10101110 1001100 11111100 11111 1000110 0 1 100010001 1100001 1000000

Color Harmonies of #AE4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CFC

Black with #AE4CFC

Text Example


Text Example

White with #AE4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CFC; }

 p { color: rgb(174,76,252); }

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

background-color css

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

 a { background-color: rgb(174,76,252); }

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

border-color css

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

 span { border-color: rgb(174,76,252); }

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