Html Css Color HEX #AA6BFB Medium Purple

📋 copy color: '#AA6BFB'

red 170 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #AA6BFB

Tints of Medium Purple #AA6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

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

R = 32.2%
G = 20.27%
B = 47.54%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA6BFB (or 0xAA6BFB) is known color: Medium Purple. HEX triplet: AA, 6B and FB. RGB value is (170,107,251). Sum of RGB (Red+Green+Blue) = 170+107+251=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFB is #559404. Grayscale: #8D8D8D. Windows color (decimal): -5608453 or 16477098. OLE color: 16477098.

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

Color convert

RGB 170 107 251 -
CMYK 0.32 0.57 0 0.02
HSL 266.25º 0.95% 0.7% -
HSV(B) 266.25º 0.57% 0.98% -
XYZ 39.25 26.03 94.22 -
YUV 142.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 170 107 251 0.32 0.57 0 0.02 266.25 0.95 0.7
Hex AA 6B FB 20 39 0 2 10A 5F 46
Octal 252 153 373 40 71 0 2 412 137 106
Binary 10101010 1101011 11111011 100000 111001 0 10 100001010 1011111 1000110

Color Harmonies of #AA6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BFB

Black with #AA6BFB

Text Example


Text Example

White with #AA6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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