Html Css Color HEX #AA7BE0 Medium Purple

📋 copy color: '#AA7BE0'

red 170 ◦ green 123 ◦ blue 224

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

Shades of Medium Purple #AA7BE0

Tints of Medium Purple #AA7BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 32.88%
G = 23.79%
B = 43.33%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA7BE0 (or 0xAA7BE0) is known color: Medium Purple. HEX triplet: AA, 7B and E0. RGB value is (170,123,224). Sum of RGB (Red+Green+Blue) = 170+123+224=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA7BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BE0 is #55841F. Grayscale: #949494. Windows color (decimal): -5604384 or 14711722. OLE color: 14711722.

HSL color Cylindrical-coordinate representation of color #AA7BE0: hue angle of 267.92º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7BE0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 123 224 -
CMYK 0.24 0.45 0 0.12
HSL 267.92º 0.62% 0.68% -
HSV(B) 267.92º 0.45% 0.88% -
XYZ 37.12 28.09 73.99 -
YUV 148.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 170 123 224 0.24 0.45 0 0.12 267.92 0.62 0.68
Hex AA 7B E0 18 2D 0 C 10C 3E 44
Octal 252 173 340 30 55 0 14 414 76 104
Binary 10101010 1111011 11100000 11000 101101 0 1100 100001100 111110 1000100

Color Harmonies of #AA7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BE0

Black with #AA7BE0

Text Example


Text Example

White with #AA7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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