Html Css Color HEX #AA76FB Medium Purple

📋 copy color: '#AA76FB'

red 170 ◦ green 118 ◦ blue 251

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

Shades of Medium Purple #AA76FB

Tints of Medium Purple #AA76FB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 31.54%
G = 21.89%
B = 46.57%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA76FB (or 0xAA76FB) is known color: Medium Purple. HEX triplet: AA, 76 and FB. RGB value is (170,118,251). Sum of RGB (Red+Green+Blue) = 170+118+251=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA76FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76FB is #558904. Grayscale: #949494. Windows color (decimal): -5605637 or 16479914. OLE color: 16479914.

HSL color Cylindrical-coordinate representation of color #AA76FB: hue angle of 263.46º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA76FB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 118 251 -
CMYK 0.32 0.53 0 0.02
HSL 263.46º 0.94% 0.72% -
HSV(B) 263.46º 0.53% 0.98% -
XYZ 40.47 28.47 94.63 -
YUV 148.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 170 118 251 0.32 0.53 0 0.02 263.46 0.94 0.72
Hex AA 76 FB 20 35 0 2 107 5E 48
Octal 252 166 373 40 65 0 2 407 136 110
Binary 10101010 1110110 11111011 100000 110101 0 10 100000111 1011110 1001000

Color Harmonies of #AA76FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76FB

Black with #AA76FB

Text Example


Text Example

White with #AA76FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76FB; }

 p { color: rgb(170,118,251); }

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

background-color css

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

 a { background-color: rgb(170,118,251); }

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

border-color css

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

 span { border-color: rgb(170,118,251); }

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