Html Css Color HEX #AE6AFF Medium Purple

📋 copy color: '#AE6AFF'

red 174 ◦ green 106 ◦ blue 255

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

Shades of Medium Purple #AE6AFF

Tints of Medium Purple #AE6AFF

RGB

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

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

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

R = 32.52%
G = 19.81%
B = 47.66%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE6AFF (or 0xAE6AFF) is known color: Medium Purple. HEX triplet: AE, 6A and FF. RGB value is (174,106,255). Sum of RGB (Red+Green+Blue) = 174+106+255=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6AFF is #519500. Grayscale: #8E8E8E. Windows color (decimal): -5346561 or 16738990. OLE color: 16738990.

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

Color convert

RGB 174 106 255 -
CMYK 0.32 0.58 0 0
HSL 267.38º 1% 0.71% -
HSV(B) 267.38º 0.58% 1% -
XYZ 40.66 26.53 97.58 -
YUV 143.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 174 106 255 0.32 0.58 0 0 267.38 1 0.71
Hex AE 6A FF 20 3A 0 0 10B 64 47
Octal 256 152 377 40 72 0 0 413 144 107
Binary 10101110 1101010 11111111 100000 111010 0 0 100001011 1100100 1000111

Color Harmonies of #AE6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6AFF

Black with #AE6AFF

Text Example


Text Example

White with #AE6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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