Html Css Color HEX #AA75EC Medium Purple

📋 copy color: '#AA75EC'

red 170 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #AA75EC

Tints of Medium Purple #AA75EC

RGB

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

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

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

R = 32.5%
G = 22.37%
B = 45.12%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA75EC (or 0xAA75EC) is known color: Medium Purple. HEX triplet: AA, 75 and EC. RGB value is (170,117,236). Sum of RGB (Red+Green+Blue) = 170+117+236=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75EC is #558A13. Grayscale: #919191. Windows color (decimal): -5605908 or 15496618. OLE color: 15496618.

HSL color Cylindrical-coordinate representation of color #AA75EC: hue angle of 266.72º 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 #AA75EC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 117 236 -
CMYK 0.28 0.50 0 0.07
HSL 266.72º 0.76% 0.69% -
HSV(B) 266.72º 0.5% 0.93% -
XYZ 38.08 27.32 82.62 -
YUV 146.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 170 117 236 0.28 0.50 0 0.07 266.72 0.76 0.69
Hex AA 75 EC 1C 32 0 7 10B 4C 45
Octal 252 165 354 34 62 0 7 413 114 105
Binary 10101010 1110101 11101100 11100 110010 0 111 100001011 1001100 1000101

Color Harmonies of #AA75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75EC

Black with #AA75EC

Text Example


Text Example

White with #AA75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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