Html Css Color HEX #AA7CEB Medium Purple

📋 copy color: '#AA7CEB'

red 170 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #AA7CEB

Tints of Medium Purple #AA7CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 32.14%
G = 23.44%
B = 44.42%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA7CEB (or 0xAA7CEB) is known color: Medium Purple. HEX triplet: AA, 7C and EB. RGB value is (170,124,235). Sum of RGB (Red+Green+Blue) = 170+124+235=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CEB is #558314. Grayscale: #969696. Windows color (decimal): -5604117 or 15432874. OLE color: 15432874.

HSL color Cylindrical-coordinate representation of color #AA7CEB: hue angle of 264.86º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7CEB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 124 235 -
CMYK 0.28 0.47 0 0.08
HSL 264.86º 0.74% 0.7% -
HSV(B) 264.86º 0.47% 0.92% -
XYZ 38.78 28.96 82.14 -
YUV 150.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 170 124 235 0.28 0.47 0 0.08 264.86 0.74 0.7
Hex AA 7C EB 1C 2F 0 8 109 4A 46
Octal 252 174 353 34 57 0 10 411 112 106
Binary 10101010 1111100 11101011 11100 101111 0 1000 100001001 1001010 1000110

Color Harmonies of #AA7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CEB

Black with #AA7CEB

Text Example


Text Example

White with #AA7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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