Html Css Color HEX #AE4AFF Medium Orchid

📋 copy color: '#AE4AFF'

red 174 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #AE4AFF

Tints of Medium Orchid #AE4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.71%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 34.59%
G = 14.71%
B = 50.7%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE4AFF (or 0xAE4AFF) is known color: Medium Orchid. HEX triplet: AE, 4A and FF. RGB value is (174,74,255). Sum of RGB (Red+Green+Blue) = 174+74+255=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4AFF is #51B500. Grayscale: #7B7B7B. Windows color (decimal): -5354753 or 16730798. OLE color: 16730798.

HSL color Cylindrical-coordinate representation of color #AE4AFF: hue angle of 273.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE4AFF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 74 255 -
CMYK 0.32 0.71 0 0
HSL 273.15º 1% 0.65% -
HSV(B) 273.15º 0.71% 1% -
XYZ 37.95 21.12 96.68 -
YUV 124.53 201.63 163.28 -
System Red Green Blue C M Y K H S L
Decimal 174 74 255 0.32 0.71 0 0 273.15 1 0.65
Hex AE 4A FF 20 47 0 0 111 64 41
Octal 256 112 377 40 107 0 0 421 144 101
Binary 10101110 1001010 11111111 100000 1000111 0 0 100010001 1100100 1000001

Color Harmonies of #AE4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4AFF

Black with #AE4AFF

Text Example


Text Example

White with #AE4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4AFF; }

 p { color: rgb(174,74,255); }

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

background-color css

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

 a { background-color: rgb(174,74,255); }

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

border-color css

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

 span { border-color: rgb(174,74,255); }

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