Html Css Color HEX #AE6AF1 Medium Purple

📋 copy color: '#AE6AF1'

red 174 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #AE6AF1

Tints of Medium Purple #AE6AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

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

R = 33.4%
G = 20.35%
B = 46.26%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE6AF1 (or 0xAE6AF1) is known color: Medium Purple. HEX triplet: AE, 6A and F1. RGB value is (174,106,241). Sum of RGB (Red+Green+Blue) = 174+106+241=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6AF1 is #51950E. Grayscale: #8D8D8D. Windows color (decimal): -5346575 or 15821486. OLE color: 15821486.

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

Color convert

RGB 174 106 241 -
CMYK 0.28 0.56 0 0.05
HSL 270.22º 0.83% 0.68% -
HSV(B) 270.22º 0.56% 0.95% -
XYZ 38.49 25.66 86.14 -
YUV 141.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 174 106 241 0.28 0.56 0 0.05 270.22 0.83 0.68
Hex AE 6A F1 1C 38 0 5 10E 53 44
Octal 256 152 361 34 70 0 5 416 123 104
Binary 10101110 1101010 11110001 11100 111000 0 101 100001110 1010011 1000100

Color Harmonies of #AE6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6AF1

Black with #AE6AF1

Text Example


Text Example

White with #AE6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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