Html Css Color HEX #A550F9 Medium Purple

📋 copy color: '#A550F9'

red 165 ◦ green 80 ◦ blue 249

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

Shades of Medium Purple #A550F9

Tints of Medium Purple #A550F9

RGB

 RED value IS 165 (64.84% from 255) = 33.4%

 GREEN value IS 80 (31.64% from 255) = 16.19%

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

R = 33.4%
G = 16.19%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A550F9 (or 0xA550F9) is known color: Medium Purple. HEX triplet: A5, 50 and F9. RGB value is (165,80,249). Sum of RGB (Red+Green+Blue) = 165+80+249=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #A550F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550F9 is #5AAF06. Grayscale: #7C7C7C. Windows color (decimal): -5943047 or 16339109. OLE color: 16339109.

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

Color convert

RGB 165 80 249 -
CMYK 0.34 0.68 0 0.02
HSL 270.18º 0.93% 0.65% -
HSV(B) 270.18º 0.68% 0.98% -
XYZ 35.48 20.58 91.72 -
YUV 124.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 165 80 249 0.34 0.68 0 0.02 270.18 0.93 0.65
Hex A5 50 F9 22 44 0 2 10E 5D 41
Octal 245 120 371 42 104 0 2 416 135 101
Binary 10100101 1010000 11111001 100010 1000100 0 10 100001110 1011101 1000001

Color Harmonies of #A550F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550F9

Black with #A550F9

Text Example


Text Example

White with #A550F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550F9; }

 p { color: rgb(165,80,249); }

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

background-color css

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

 a { background-color: rgb(165,80,249); }

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

border-color css

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

 span { border-color: rgb(165,80,249); }

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