Html Css Color HEX #AA7BE5 Medium Purple

📋 copy color: '#AA7BE5'

red 170 ◦ green 123 ◦ blue 229

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

Shades of Medium Purple #AA7BE5

Tints of Medium Purple #AA7BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 32.57%
G = 23.56%
B = 43.87%

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

#AA7BE5 (or 0xAA7BE5) is known color: Medium Purple. HEX triplet: AA, 7B and E5. RGB value is (170,123,229). Sum of RGB (Red+Green+Blue) = 170+123+229=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA7BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BE5 is #55841A. Grayscale: #949494. Windows color (decimal): -5604379 or 15039402. OLE color: 15039402.

HSL color Cylindrical-coordinate representation of color #AA7BE5: hue angle of 266.6º degrees, saturation: 0.67, 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 #AA7BE5 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 123 229 -
CMYK 0.26 0.46 0 0.10
HSL 266.6º 0.67% 0.69% -
HSV(B) 266.6º 0.46% 0.9% -
XYZ 37.8 28.37 77.61 -
YUV 149.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 170 123 229 0.26 0.46 0 0.10 266.6 0.67 0.69
Hex AA 7B E5 1A 2E 0 A 10B 43 45
Octal 252 173 345 32 56 0 12 413 103 105
Binary 10101010 1111011 11100101 11010 101110 0 1010 100001011 1000011 1000101

Color Harmonies of #AA7BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BE5

Black with #AA7BE5

Text Example


Text Example

White with #AA7BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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