Html Css Color HEX #AA6FFB Medium Purple

📋 copy color: '#AA6FFB'

red 170 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #AA6FFB

Tints of Medium Purple #AA6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

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

R = 31.95%
G = 20.86%
B = 47.18%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA6FFB (or 0xAA6FFB) is known color: Medium Purple. HEX triplet: AA, 6F and FB. RGB value is (170,111,251). Sum of RGB (Red+Green+Blue) = 170+111+251=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FFB is #559004. Grayscale: #909090. Windows color (decimal): -5607429 or 16478122. OLE color: 16478122.

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

Color convert

RGB 170 111 251 -
CMYK 0.32 0.56 0 0.02
HSL 265.29º 0.95% 0.71% -
HSV(B) 265.29º 0.56% 0.98% -
XYZ 39.67 26.88 94.36 -
YUV 144.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 170 111 251 0.32 0.56 0 0.02 265.29 0.95 0.71
Hex AA 6F FB 20 38 0 2 109 5F 47
Octal 252 157 373 40 70 0 2 411 137 107
Binary 10101010 1101111 11111011 100000 111000 0 10 100001001 1011111 1000111

Color Harmonies of #AA6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FFB

Black with #AA6FFB

Text Example


Text Example

White with #AA6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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