Html Css Color HEX #AA5CFC Medium Purple

📋 copy color: '#AA5CFC'

red 170 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #AA5CFC

Tints of Medium Purple #AA5CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 33.07%
G = 17.9%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA5CFC (or 0xAA5CFC) is known color: Medium Purple. HEX triplet: AA, 5C and FC. RGB value is (170,92,252). Sum of RGB (Red+Green+Blue) = 170+92+252=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CFC is #55A303. Grayscale: #858585. Windows color (decimal): -5612292 or 16538794. OLE color: 16538794.

HSL color Cylindrical-coordinate representation of color #AA5CFC: hue angle of 269.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5CFC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 92 252 -
CMYK 0.33 0.63 0 0.01
HSL 269.25º 0.96% 0.67% -
HSV(B) 269.25º 0.63% 0.99% -
XYZ 37.98 23.23 94.58 -
YUV 133.56 194.84 153.99 -
System Red Green Blue C M Y K H S L
Decimal 170 92 252 0.33 0.63 0 0.01 269.25 0.96 0.67
Hex AA 5C FC 21 3F 0 1 10D 60 43
Octal 252 134 374 41 77 0 1 415 140 103
Binary 10101010 1011100 11111100 100001 111111 0 1 100001101 1100000 1000011

Color Harmonies of #AA5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CFC

Black with #AA5CFC

Text Example


Text Example

White with #AA5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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