Html Css Color HEX #AE5AFE Medium Orchid

📋 copy color: '#AE5AFE'

red 174 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #AE5AFE

Tints of Medium Orchid #AE5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.37%

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

R = 33.59%
G = 17.37%
B = 49.03%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE5AFE (or 0xAE5AFE) is known color: Medium Orchid. HEX triplet: AE, 5A and FE. RGB value is (174,90,254). Sum of RGB (Red+Green+Blue) = 174+90+254=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5AFE is #51A501. Grayscale: #858585. Windows color (decimal): -5350658 or 16669358. OLE color: 16669358.

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

Color convert

RGB 174 90 254 -
CMYK 0.31 0.65 0 0.00
HSL 270.73º 0.99% 0.67% -
HSV(B) 270.73º 0.65% 1% -
XYZ 39 23.47 96.24 -
YUV 133.81 195.83 156.66 -
System Red Green Blue C M Y K H S L
Decimal 174 90 254 0.31 0.65 0 0.00 270.73 0.99 0.67
Hex AE 5A FE 1F 41 0 0 10F 63 43
Octal 256 132 376 37 101 0 0 417 143 103
Binary 10101110 1011010 11111110 11111 1000001 0 0 100001111 1100011 1000011

Color Harmonies of #AE5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5AFE

Black with #AE5AFE

Text Example


Text Example

White with #AE5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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