Html Css Color HEX #AE4FFE Medium Orchid

📋 copy color: '#AE4FFE'

red 174 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #AE4FFE

Tints of Medium Orchid #AE4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 34.32%
G = 15.58%
B = 50.1%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE4FFE (or 0xAE4FFE) is known color: Medium Orchid. HEX triplet: AE, 4F and FE. RGB value is (174,79,254). Sum of RGB (Red+Green+Blue) = 174+79+254=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4FFE is #51B001. Grayscale: #7E7E7E. Windows color (decimal): -5353474 or 16666542. OLE color: 16666542.

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

Color convert

RGB 174 79 254 -
CMYK 0.31 0.69 0 0.00
HSL 272.57º 0.99% 0.65% -
HSV(B) 272.57º 0.69% 1% -
XYZ 38.14 21.75 95.95 -
YUV 127.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 174 79 254 0.31 0.69 0 0.00 272.57 0.99 0.65
Hex AE 4F FE 1F 45 0 0 111 63 41
Octal 256 117 376 37 105 0 0 421 143 101
Binary 10101110 1001111 11111110 11111 1000101 0 0 100010001 1100011 1000001

Color Harmonies of #AE4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4FFE

Black with #AE4FFE

Text Example


Text Example

White with #AE4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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