Html Css Color HEX #AA74F9 Medium Purple

📋 copy color: '#AA74F9'

red 170 ◦ green 116 ◦ blue 249

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

Shades of Medium Purple #AA74F9

Tints of Medium Purple #AA74F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 31.78%
G = 21.68%
B = 46.54%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA74F9 (or 0xAA74F9) is known color: Medium Purple. HEX triplet: AA, 74 and F9. RGB value is (170,116,249). Sum of RGB (Red+Green+Blue) = 170+116+249=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA74F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74F9 is #558B06. Grayscale: #929292. Windows color (decimal): -5606151 or 16348330. OLE color: 16348330.

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

Color convert

RGB 170 116 249 -
CMYK 0.32 0.53 0 0.02
HSL 264.36º 0.92% 0.72% -
HSV(B) 264.36º 0.53% 0.98% -
XYZ 39.92 27.88 92.9 -
YUV 147.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 170 116 249 0.32 0.53 0 0.02 264.36 0.92 0.72
Hex AA 74 F9 20 35 0 2 108 5C 48
Octal 252 164 371 40 65 0 2 410 134 110
Binary 10101010 1110100 11111001 100000 110101 0 10 100001000 1011100 1001000

Color Harmonies of #AA74F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74F9

Black with #AA74F9

Text Example


Text Example

White with #AA74F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74F9; }

 p { color: rgb(170,116,249); }

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

background-color css

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

 a { background-color: rgb(170,116,249); }

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

border-color css

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

 span { border-color: rgb(170,116,249); }

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