Html Css Color HEX #AA7BEC Medium Purple

📋 copy color: '#AA7BEC'

red 170 ◦ green 123 ◦ blue 236

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

Shades of Medium Purple #AA7BEC

Tints of Medium Purple #AA7BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.25%

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

R = 32.14%
G = 23.25%
B = 44.61%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7BEC (or 0xAA7BEC) is known color: Medium Purple. HEX triplet: AA, 7B and EC. RGB value is (170,123,236). Sum of RGB (Red+Green+Blue) = 170+123+236=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEC is #558413. Grayscale: #959595. Windows color (decimal): -5604372 or 15498154. OLE color: 15498154.

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

Color convert

RGB 170 123 236 -
CMYK 0.28 0.48 0 0.07
HSL 264.96º 0.75% 0.7% -
HSV(B) 264.96º 0.48% 0.93% -
XYZ 38.8 28.77 82.86 -
YUV 149.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 170 123 236 0.28 0.48 0 0.07 264.96 0.75 0.7
Hex AA 7B EC 1C 30 0 7 109 4B 46
Octal 252 173 354 34 60 0 7 411 113 106
Binary 10101010 1111011 11101100 11100 110000 0 111 100001001 1001011 1000110

Color Harmonies of #AA7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BEC

Black with #AA7BEC

Text Example


Text Example

White with #AA7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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