Html Css Color HEX #AA61FA Medium Purple

📋 copy color: '#AA61FA'

red 170 ◦ green 97 ◦ blue 250

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

Shades of Medium Purple #AA61FA

Tints of Medium Purple #AA61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 32.88%
G = 18.76%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA61FA (or 0xAA61FA) is known color: Medium Purple. HEX triplet: AA, 61 and FA. RGB value is (170,97,250). Sum of RGB (Red+Green+Blue) = 170+97+250=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA61FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61FA is #559E05. Grayscale: #878787. Windows color (decimal): -5611014 or 16409002. OLE color: 16409002.

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

Color convert

RGB 170 97 250 -
CMYK 0.32 0.61 0 0.02
HSL 268.63º 0.94% 0.68% -
HSV(B) 268.63º 0.61% 0.98% -
XYZ 38.11 24 93.07 -
YUV 136.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 170 97 250 0.32 0.61 0 0.02 268.63 0.94 0.68
Hex AA 61 FA 20 3D 0 2 10D 5E 44
Octal 252 141 372 40 75 0 2 415 136 104
Binary 10101010 1100001 11111010 100000 111101 0 10 100001101 1011110 1000100

Color Harmonies of #AA61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61FA

Black with #AA61FA

Text Example


Text Example

White with #AA61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61FA; }

 p { color: rgb(170,97,250); }

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

background-color css

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

 a { background-color: rgb(170,97,250); }

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

border-color css

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

 span { border-color: rgb(170,97,250); }

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