Html Css Color HEX #AA7BF1 Medium Purple

📋 copy color: '#AA7BF1'

red 170 ◦ green 123 ◦ blue 241

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

Shades of Medium Purple #AA7BF1

Tints of Medium Purple #AA7BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 31.84%
G = 23.03%
B = 45.13%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA7BF1 (or 0xAA7BF1) is known color: Medium Purple. HEX triplet: AA, 7B and F1. RGB value is (170,123,241). Sum of RGB (Red+Green+Blue) = 170+123+241=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA7BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BF1 is #55840E. Grayscale: #969696. Windows color (decimal): -5604367 or 15825834. OLE color: 15825834.

HSL color Cylindrical-coordinate representation of color #AA7BF1: hue angle of 263.9º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7BF1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 123 241 -
CMYK 0.29 0.49 0 0.05
HSL 263.9º 0.81% 0.71% -
HSV(B) 263.9º 0.49% 0.95% -
XYZ 39.54 29.06 86.74 -
YUV 150.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 170 123 241 0.29 0.49 0 0.05 263.9 0.81 0.71
Hex AA 7B F1 1D 31 0 5 108 51 47
Octal 252 173 361 35 61 0 5 410 121 107
Binary 10101010 1111011 11110001 11101 110001 0 101 100001000 1010001 1000111

Color Harmonies of #AA7BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BF1

Black with #AA7BF1

Text Example


Text Example

White with #AA7BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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