Html Css Color HEX #AE76FF Medium Purple

📋 copy color: '#AE76FF'

red 174 ◦ green 118 ◦ blue 255

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

Shades of Medium Purple #AE76FF

Tints of Medium Purple #AE76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 31.81%
G = 21.57%
B = 46.62%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE76FF (or 0xAE76FF) is known color: Medium Purple. HEX triplet: AE, 76 and FF. RGB value is (174,118,255). Sum of RGB (Red+Green+Blue) = 174+118+255=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE76FF is #518900. Grayscale: #959595. Windows color (decimal): -5343489 or 16742062. OLE color: 16742062.

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

Color convert

RGB 174 118 255 -
CMYK 0.32 0.54 0 0
HSL 264.53º 1% 0.73% -
HSV(B) 264.53º 0.54% 1% -
XYZ 41.98 29.18 98.03 -
YUV 150.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 174 118 255 0.32 0.54 0 0 264.53 1 0.73
Hex AE 76 FF 20 36 0 0 109 64 49
Octal 256 166 377 40 66 0 0 411 144 111
Binary 10101110 1110110 11111111 100000 110110 0 0 100001001 1100100 1001001

Color Harmonies of #AE76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76FF

Black with #AE76FF

Text Example


Text Example

White with #AE76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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