Html Css Color HEX #AA7BE9 Medium Purple

📋 copy color: '#AA7BE9'

red 170 ◦ green 123 ◦ blue 233

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

Shades of Medium Purple #AA7BE9

Tints of Medium Purple #AA7BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.3%

R = 32.32%
G = 23.38%
B = 44.3%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA7BE9 (or 0xAA7BE9) is known color: Medium Purple. HEX triplet: AA, 7B and E9. RGB value is (170,123,233). Sum of RGB (Red+Green+Blue) = 170+123+233=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA7BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BE9 is #558416. Grayscale: #959595. Windows color (decimal): -5604375 or 15301546. OLE color: 15301546.

HSL color Cylindrical-coordinate representation of color #AA7BE9: hue angle of 265.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7BE9 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 123 233 -
CMYK 0.27 0.47 0 0.09
HSL 265.64º 0.71% 0.7% -
HSV(B) 265.64º 0.47% 0.91% -
XYZ 38.37 28.6 80.59 -
YUV 149.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 170 123 233 0.27 0.47 0 0.09 265.64 0.71 0.7
Hex AA 7B E9 1B 2F 0 9 10A 47 46
Octal 252 173 351 33 57 0 11 412 107 106
Binary 10101010 1111011 11101001 11011 101111 0 1001 100001010 1000111 1000110

Color Harmonies of #AA7BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BE9

Black with #AA7BE9

Text Example


Text Example

White with #AA7BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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