Html Css Color HEX #AA74EC Medium Purple

📋 copy color: '#AA74EC'

red 170 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #AA74EC

Tints of Medium Purple #AA74EC

RGB

 RED value IS 170 (66.8% from 255) = 32.57%

 GREEN value IS 116 (45.7% from 255) = 22.22%

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

R = 32.57%
G = 22.22%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA74EC (or 0xAA74EC) is known color: Medium Purple. HEX triplet: AA, 74 and EC. RGB value is (170,116,236). Sum of RGB (Red+Green+Blue) = 170+116+236=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74EC is #558B13. Grayscale: #919191. Windows color (decimal): -5606164 or 15496362. OLE color: 15496362.

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

Color convert

RGB 170 116 236 -
CMYK 0.28 0.51 0 0.07
HSL 267º 0.76% 0.69% -
HSV(B) 267º 0.51% 0.93% -
XYZ 37.96 27.09 82.59 -
YUV 145.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 170 116 236 0.28 0.51 0 0.07 267 0.76 0.69
Hex AA 74 EC 1C 33 0 7 10B 4C 45
Octal 252 164 354 34 63 0 7 413 114 105
Binary 10101010 1110100 11101100 11100 110011 0 111 100001011 1001100 1000101

Color Harmonies of #AA74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74EC

Black with #AA74EC

Text Example


Text Example

White with #AA74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74EC; }

 p { color: rgb(170,116,236); }

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

background-color css

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

 a { background-color: rgb(170,116,236); }

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

border-color css

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

 span { border-color: rgb(170,116,236); }

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