Html Css Color HEX #AA6AFB Medium Purple

📋 copy color: '#AA6AFB'

red 170 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #AA6AFB

Tints of Medium Purple #AA6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.11%

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

R = 32.26%
G = 20.11%
B = 47.63%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA6AFB (or 0xAA6AFB) is known color: Medium Purple. HEX triplet: AA, 6A and FB. RGB value is (170,106,251). Sum of RGB (Red+Green+Blue) = 170+106+251=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFB is #559504. Grayscale: #8D8D8D. Windows color (decimal): -5608709 or 16476842. OLE color: 16476842.

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

Color convert

RGB 170 106 251 -
CMYK 0.32 0.58 0 0.02
HSL 266.48º 0.95% 0.7% -
HSV(B) 266.48º 0.58% 0.98% -
XYZ 39.14 25.82 94.19 -
YUV 141.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 170 106 251 0.32 0.58 0 0.02 266.48 0.95 0.7
Hex AA 6A FB 20 3A 0 2 10A 5F 46
Octal 252 152 373 40 72 0 2 412 137 106
Binary 10101010 1101010 11111011 100000 111010 0 10 100001010 1011111 1000110

Color Harmonies of #AA6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AFB

Black with #AA6AFB

Text Example


Text Example

White with #AA6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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