Html Css Color HEX #AA7CEC Medium Purple

📋 copy color: '#AA7CEC'

red 170 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #AA7CEC

Tints of Medium Purple #AA7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

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

R = 32.08%
G = 23.4%
B = 44.53%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7CEC (or 0xAA7CEC) is known color: Medium Purple. HEX triplet: AA, 7C and EC. RGB value is (170,124,236). Sum of RGB (Red+Green+Blue) = 170+124+236=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CEC is #558313. Grayscale: #969696. Windows color (decimal): -5604116 or 15498410. OLE color: 15498410.

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

Color convert

RGB 170 124 236 -
CMYK 0.28 0.47 0 0.07
HSL 264.64º 0.75% 0.71% -
HSV(B) 264.64º 0.47% 0.93% -
XYZ 38.93 29.02 82.91 -
YUV 150.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 170 124 236 0.28 0.47 0 0.07 264.64 0.75 0.71
Hex AA 7C EC 1C 2F 0 7 109 4B 47
Octal 252 174 354 34 57 0 7 411 113 107
Binary 10101010 1111100 11101100 11100 101111 0 111 100001001 1001011 1000111

Color Harmonies of #AA7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CEC

Black with #AA7CEC

Text Example


Text Example

White with #AA7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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