Html Css Color HEX #AA5CF7 Medium Purple

📋 copy color: '#AA5CF7'

red 170 ◦ green 92 ◦ blue 247

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

Shades of Medium Purple #AA5CF7

Tints of Medium Purple #AA5CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 33.4%
G = 18.07%
B = 48.53%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA5CF7 (or 0xAA5CF7) is known color: Medium Purple. HEX triplet: AA, 5C and F7. RGB value is (170,92,247). Sum of RGB (Red+Green+Blue) = 170+92+247=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA5CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF7 is #55A308. Grayscale: #848484. Windows color (decimal): -5612297 or 16211114. OLE color: 16211114.

HSL color Cylindrical-coordinate representation of color #AA5CF7: hue angle of 270.19º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5CF7 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 92 247 -
CMYK 0.31 0.63 0 0.03
HSL 270.19º 0.91% 0.66% -
HSV(B) 270.19º 0.63% 0.97% -
XYZ 37.19 22.92 90.46 -
YUV 132.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 170 92 247 0.31 0.63 0 0.03 270.19 0.91 0.66
Hex AA 5C F7 1F 3F 0 3 10E 5B 42
Octal 252 134 367 37 77 0 3 416 133 102
Binary 10101010 1011100 11110111 11111 111111 0 11 100001110 1011011 1000010

Color Harmonies of #AA5CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CF7

Black with #AA5CF7

Text Example


Text Example

White with #AA5CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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