Html Css Color HEX #AA58F7 Medium Purple

📋 copy color: '#AA58F7'

red 170 ◦ green 88 ◦ blue 247

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

Shades of Medium Purple #AA58F7

Tints of Medium Purple #AA58F7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.43%

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

R = 33.66%
G = 17.43%
B = 48.91%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA58F7 (or 0xAA58F7) is known color: Medium Purple. HEX triplet: AA, 58 and F7. RGB value is (170,88,247). Sum of RGB (Red+Green+Blue) = 170+88+247=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA58F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA58F7 is #55A708. Grayscale: #828282. Windows color (decimal): -5613321 or 16210090. OLE color: 16210090.

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

Color convert

RGB 170 88 247 -
CMYK 0.31 0.64 0 0.03
HSL 270.94º 0.91% 0.66% -
HSV(B) 270.94º 0.64% 0.97% -
XYZ 36.86 22.24 90.35 -
YUV 130.64 193.67 156.07 -
System Red Green Blue C M Y K H S L
Decimal 170 88 247 0.31 0.64 0 0.03 270.94 0.91 0.66
Hex AA 58 F7 1F 40 0 3 10F 5B 42
Octal 252 130 367 37 100 0 3 417 133 102
Binary 10101010 1011000 11110111 11111 1000000 0 11 100001111 1011011 1000010

Color Harmonies of #AA58F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58F7

Black with #AA58F7

Text Example


Text Example

White with #AA58F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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