Html Css Color HEX #AA75EE Medium Purple

📋 copy color: '#AA75EE'

red 170 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #AA75EE

Tints of Medium Purple #AA75EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 32.38%
G = 22.29%
B = 45.33%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA75EE (or 0xAA75EE) is known color: Medium Purple. HEX triplet: AA, 75 and EE. RGB value is (170,117,238). Sum of RGB (Red+Green+Blue) = 170+117+238=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75EE is #558A11. Grayscale: #929292. Windows color (decimal): -5605906 or 15627690. OLE color: 15627690.

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

Color convert

RGB 170 117 238 -
CMYK 0.29 0.51 0 0.07
HSL 266.28º 0.78% 0.7% -
HSV(B) 266.28º 0.51% 0.93% -
XYZ 38.37 27.44 84.16 -
YUV 146.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 170 117 238 0.29 0.51 0 0.07 266.28 0.78 0.7
Hex AA 75 EE 1D 33 0 7 10A 4E 46
Octal 252 165 356 35 63 0 7 412 116 106
Binary 10101010 1110101 11101110 11101 110011 0 111 100001010 1001110 1000110

Color Harmonies of #AA75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75EE

Black with #AA75EE

Text Example


Text Example

White with #AA75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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