Html Css Color HEX #AE75E5 Medium Purple

📋 copy color: '#AE75E5'

red 174 ◦ green 117 ◦ blue 229

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

Shades of Medium Purple #AE75E5

Tints of Medium Purple #AE75E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.5%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 33.46%
G = 22.5%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE75E5 (or 0xAE75E5) is known color: Medium Purple. HEX triplet: AE, 75 and E5. RGB value is (174,117,229). Sum of RGB (Red+Green+Blue) = 174+117+229=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE75E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75E5 is #518A1A. Grayscale: #929292. Windows color (decimal): -5343771 or 15037870. OLE color: 15037870.

HSL color Cylindrical-coordinate representation of color #AE75E5: hue angle of 270.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE75E5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 117 229 -
CMYK 0.24 0.49 0 0.10
HSL 270.54º 0.68% 0.68% -
HSV(B) 270.54º 0.49% 0.9% -
XYZ 37.96 27.38 77.41 -
YUV 146.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 174 117 229 0.24 0.49 0 0.10 270.54 0.68 0.68
Hex AE 75 E5 18 31 0 A 10F 44 44
Octal 256 165 345 30 61 0 12 417 104 104
Binary 10101110 1110101 11100101 11000 110001 0 1010 100001111 1000100 1000100

Color Harmonies of #AE75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE75E5

Black with #AE75E5

Text Example


Text Example

White with #AE75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE75E5; }

 p { color: rgb(174,117,229); }

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

background-color css

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

 a { background-color: rgb(174,117,229); }

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

border-color css

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

 span { border-color: rgb(174,117,229); }

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