Html Css Color HEX #AA7CE6 Medium Purple

📋 copy color: '#AA7CE6'

red 170 ◦ green 124 ◦ blue 230

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

Shades of Medium Purple #AA7CE6

Tints of Medium Purple #AA7CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 32.44%
G = 23.66%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA7CE6 (or 0xAA7CE6) is known color: Medium Purple. HEX triplet: AA, 7C and E6. RGB value is (170,124,230). Sum of RGB (Red+Green+Blue) = 170+124+230=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA7CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CE6 is #558319. Grayscale: #959595. Windows color (decimal): -5604122 or 15105194. OLE color: 15105194.

HSL color Cylindrical-coordinate representation of color #AA7CE6: hue angle of 266.04º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7CE6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 124 230 -
CMYK 0.26 0.46 0 0.10
HSL 266.04º 0.68% 0.69% -
HSV(B) 266.04º 0.46% 0.9% -
XYZ 38.07 28.67 78.39 -
YUV 149.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 170 124 230 0.26 0.46 0 0.10 266.04 0.68 0.69
Hex AA 7C E6 1A 2E 0 A 10A 44 45
Octal 252 174 346 32 56 0 12 412 104 105
Binary 10101010 1111100 11100110 11010 101110 0 1010 100001010 1000100 1000101

Color Harmonies of #AA7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CE6

Black with #AA7CE6

Text Example


Text Example

White with #AA7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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