Html Css Color HEX #AE77ED Medium Purple

📋 copy color: '#AE77ED'

red 174 ◦ green 119 ◦ blue 237

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

Shades of Medium Purple #AE77ED

Tints of Medium Purple #AE77ED

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.45%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 32.83%
G = 22.45%
B = 44.72%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE77ED (or 0xAE77ED) is known color: Medium Purple. HEX triplet: AE, 77 and ED. RGB value is (174,119,237). Sum of RGB (Red+Green+Blue) = 174+119+237=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE77ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE77ED is #518812. Grayscale: #949494. Windows color (decimal): -5343251 or 15562670. OLE color: 15562670.

HSL color Cylindrical-coordinate representation of color #AE77ED: hue angle of 267.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE77ED is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 119 237 -
CMYK 0.27 0.50 0 0.07
HSL 267.97º 0.77% 0.7% -
HSV(B) 267.97º 0.5% 0.93% -
XYZ 39.34 28.31 83.51 -
YUV 148.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 174 119 237 0.27 0.50 0 0.07 267.97 0.77 0.7
Hex AE 77 ED 1B 32 0 7 10C 4D 46
Octal 256 167 355 33 62 0 7 414 115 106
Binary 10101110 1110111 11101101 11011 110010 0 111 100001100 1001101 1000110

Color Harmonies of #AE77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE77ED

Black with #AE77ED

Text Example


Text Example

White with #AE77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE77ED; }

 p { color: rgb(174,119,237); }

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

background-color css

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

 a { background-color: rgb(174,119,237); }

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

border-color css

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

 span { border-color: rgb(174,119,237); }

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