Html Css Color HEX #AA61F3 Medium Purple

📋 copy color: '#AA61F3'

red 170 ◦ green 97 ◦ blue 243

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

Shades of Medium Purple #AA61F3

Tints of Medium Purple #AA61F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.65%

R = 33.33%
G = 19.02%
B = 47.65%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA61F3 (or 0xAA61F3) is known color: Medium Purple. HEX triplet: AA, 61 and F3. RGB value is (170,97,243). Sum of RGB (Red+Green+Blue) = 170+97+243=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA61F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61F3 is #559E0C. Grayscale: #868686. Windows color (decimal): -5611021 or 15950250. OLE color: 15950250.

HSL color Cylindrical-coordinate representation of color #AA61F3: hue angle of 270º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA61F3 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 97 243 -
CMYK 0.30 0.60 0 0.05
HSL 270º 0.86% 0.67% -
HSV(B) 270º 0.6% 0.95% -
XYZ 37.03 23.57 87.39 -
YUV 135.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 170 97 243 0.30 0.60 0 0.05 270 0.86 0.67
Hex AA 61 F3 1E 3C 0 5 10E 56 43
Octal 252 141 363 36 74 0 5 416 126 103
Binary 10101010 1100001 11110011 11110 111100 0 101 100001110 1010110 1000011

Color Harmonies of #AA61F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61F3

Black with #AA61F3

Text Example


Text Example

White with #AA61F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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