Html Css Color HEX #AE5AF1 Medium Orchid

📋 copy color: '#AE5AF1'

red 174 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #AE5AF1

Tints of Medium Orchid #AE5AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 34.46%
G = 17.82%
B = 47.72%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE5AF1 (or 0xAE5AF1) is known color: Medium Orchid. HEX triplet: AE, 5A and F1. RGB value is (174,90,241). Sum of RGB (Red+Green+Blue) = 174+90+241=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE5AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5AF1 is #51A50E. Grayscale: #838383. Windows color (decimal): -5350671 or 15817390. OLE color: 15817390.

HSL color Cylindrical-coordinate representation of color #AE5AF1: hue angle of 273.38º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5AF1 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 90 241 -
CMYK 0.28 0.63 0 0.05
HSL 273.38º 0.84% 0.65% -
HSV(B) 273.38º 0.63% 0.95% -
XYZ 36.99 22.66 85.64 -
YUV 132.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 174 90 241 0.28 0.63 0 0.05 273.38 0.84 0.65
Hex AE 5A F1 1C 3F 0 5 111 54 41
Octal 256 132 361 34 77 0 5 421 124 101
Binary 10101110 1011010 11110001 11100 111111 0 101 100010001 1010100 1000001

Color Harmonies of #AE5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5AF1

Black with #AE5AF1

Text Example


Text Example

White with #AE5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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