Html Css Color HEX #AA5CFB Medium Purple

📋 copy color: '#AA5CFB'

red 170 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #AA5CFB

Tints of Medium Purple #AA5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

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

R = 33.14%
G = 17.93%
B = 48.93%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA5CFB (or 0xAA5CFB) is known color: Medium Purple. HEX triplet: AA, 5C and FB. RGB value is (170,92,251). Sum of RGB (Red+Green+Blue) = 170+92+251=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CFB is #55A304. Grayscale: #848484. Windows color (decimal): -5612293 or 16473258. OLE color: 16473258.

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

Color convert

RGB 170 92 251 -
CMYK 0.32 0.63 0 0.02
HSL 269.43º 0.95% 0.67% -
HSV(B) 269.43º 0.63% 0.98% -
XYZ 37.82 23.17 93.74 -
YUV 133.45 194.34 154.07 -
System Red Green Blue C M Y K H S L
Decimal 170 92 251 0.32 0.63 0 0.02 269.43 0.95 0.67
Hex AA 5C FB 20 3F 0 2 10D 5F 43
Octal 252 134 373 40 77 0 2 415 137 103
Binary 10101010 1011100 11111011 100000 111111 0 10 100001101 1011111 1000011

Color Harmonies of #AA5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CFB

Black with #AA5CFB

Text Example


Text Example

White with #AA5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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