Html Css Color HEX #AA5FFB Medium Purple

📋 copy color: '#AA5FFB'

red 170 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #AA5FFB

Tints of Medium Purple #AA5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

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

R = 32.95%
G = 18.41%
B = 48.64%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA5FFB (or 0xAA5FFB) is known color: Medium Purple. HEX triplet: AA, 5F and FB. RGB value is (170,95,251). Sum of RGB (Red+Green+Blue) = 170+95+251=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFB is #55A004. Grayscale: #868686. Windows color (decimal): -5611525 or 16474026. OLE color: 16474026.

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

Color convert

RGB 170 95 251 -
CMYK 0.32 0.62 0 0.02
HSL 268.85º 0.95% 0.68% -
HSV(B) 268.85º 0.62% 0.98% -
XYZ 38.08 23.7 93.83 -
YUV 135.21 193.35 152.82 -
System Red Green Blue C M Y K H S L
Decimal 170 95 251 0.32 0.62 0 0.02 268.85 0.95 0.68
Hex AA 5F FB 20 3E 0 2 10D 5F 44
Octal 252 137 373 40 76 0 2 415 137 104
Binary 10101010 1011111 11111011 100000 111110 0 10 100001101 1011111 1000100

Color Harmonies of #AA5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FFB

Black with #AA5FFB

Text Example


Text Example

White with #AA5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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