Html Css Color HEX #AA72ED Medium Purple

📋 copy color: '#AA72ED'

red 170 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #AA72ED

Tints of Medium Purple #AA72ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 32.63%
G = 21.88%
B = 45.49%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA72ED (or 0xAA72ED) is known color: Medium Purple. HEX triplet: AA, 72 and ED. RGB value is (170,114,237). Sum of RGB (Red+Green+Blue) = 170+114+237=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA72ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72ED is #558D12. Grayscale: #909090. Windows color (decimal): -5606675 or 15561386. OLE color: 15561386.

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

Color convert

RGB 170 114 237 -
CMYK 0.28 0.52 0 0.07
HSL 267.32º 0.77% 0.69% -
HSV(B) 267.32º 0.52% 0.93% -
XYZ 37.88 26.7 83.28 -
YUV 144.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 170 114 237 0.28 0.52 0 0.07 267.32 0.77 0.69
Hex AA 72 ED 1C 34 0 7 10B 4D 45
Octal 252 162 355 34 64 0 7 413 115 105
Binary 10101010 1110010 11101101 11100 110100 0 111 100001011 1001101 1000101

Color Harmonies of #AA72ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72ED

Black with #AA72ED

Text Example


Text Example

White with #AA72ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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