Html Css Color HEX #AE75EC Medium Purple

📋 copy color: '#AE75EC'

red 174 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #AE75EC

Tints of Medium Purple #AE75EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 33.02%
G = 22.2%
B = 44.78%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE75EC (or 0xAE75EC) is known color: Medium Purple. HEX triplet: AE, 75 and EC. RGB value is (174,117,236). Sum of RGB (Red+Green+Blue) = 174+117+236=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE75EC is #518A13. Grayscale: #939393. Windows color (decimal): -5343764 or 15496622. OLE color: 15496622.

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

Color convert

RGB 174 117 236 -
CMYK 0.26 0.50 0 0.07
HSL 268.74º 0.76% 0.69% -
HSV(B) 268.74º 0.5% 0.93% -
XYZ 38.96 27.78 82.67 -
YUV 147.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 174 117 236 0.26 0.50 0 0.07 268.74 0.76 0.69
Hex AE 75 EC 1A 32 0 7 10D 4C 45
Octal 256 165 354 32 62 0 7 415 114 105
Binary 10101110 1110101 11101100 11010 110010 0 111 100001101 1001100 1000101

Color Harmonies of #AE75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE75EC

Black with #AE75EC

Text Example


Text Example

White with #AE75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE75EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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