Html Css Color HEX #AA72EE Medium Purple

📋 copy color: '#AA72EE'

red 170 ◦ green 114 ◦ blue 238

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

Shades of Medium Purple #AA72EE

Tints of Medium Purple #AA72EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.84%

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

R = 32.57%
G = 21.84%
B = 45.59%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA72EE (or 0xAA72EE) is known color: Medium Purple. HEX triplet: AA, 72 and EE. RGB value is (170,114,238). Sum of RGB (Red+Green+Blue) = 170+114+238=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA72EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72EE is #558D11. Grayscale: #909090. Windows color (decimal): -5606674 or 15626922. OLE color: 15626922.

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

Color convert

RGB 170 114 238 -
CMYK 0.29 0.52 0 0.07
HSL 267.1º 0.78% 0.69% -
HSV(B) 267.1º 0.52% 0.93% -
XYZ 38.03 26.75 84.05 -
YUV 144.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 170 114 238 0.29 0.52 0 0.07 267.1 0.78 0.69
Hex AA 72 EE 1D 34 0 7 10B 4E 45
Octal 252 162 356 35 64 0 7 413 116 105
Binary 10101010 1110010 11101110 11101 110100 0 111 100001011 1001110 1000101

Color Harmonies of #AA72EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72EE

Black with #AA72EE

Text Example


Text Example

White with #AA72EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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